diff options
Diffstat (limited to 'pcap-rpcap-int.h')
-rw-r--r-- | pcap-rpcap-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcap-rpcap-int.h b/pcap-rpcap-int.h index 17b60931..e707a85f 100644 --- a/pcap-rpcap-int.h +++ b/pcap-rpcap-int.h @@ -70,7 +70,6 @@ * * *********************************************************/ void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length); -int rpcap_checkmsg(char *errbuf, SOCKET sock, struct rpcap_header *header, uint8 first, ...); int rpcap_senderror(SOCKET sock, char *error, unsigned short errcode, char *errbuf); #endif |