diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-03-14 02:04:08 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-03-14 02:04:08 -0700 |
commit | d8c31f77af939551dc70702e890bfb825d526efb (patch) | |
tree | 396e909a1e5f26c1ac8c8318f2051f37702b0d7d /pcap-rpcap-int.h | |
parent | ec668115158903167fb8ad297ffc2b99b1b21044 (diff) |
Make rpcap_sendauth() static.
It's now used only in pcap-rpcap.c.
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 2d1fc50c..17b60931 100644 --- a/pcap-rpcap-int.h +++ b/pcap-rpcap-int.h @@ -72,6 +72,5 @@ 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); -int rpcap_sendauth(SOCKET sock, struct pcap_rmtauth *auth, char *errbuf); #endif |