]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-int.h
Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.
[libpcap] / pcap-int.h
index ec643eba3359d9e16427b1a334627330470e260a..d18dd1928ec533cfbe982b60c2908824c7a2ee4b 100644 (file)
@@ -521,10 +521,6 @@ int        pcap_validate_filter(const struct bpf_insn *, int);
  */
 void   pcap_oneshot(u_char *, const struct pcap_pkthdr *, const u_char *);
 
-#ifdef _WIN32
-void   pcap_win32_err_to_str(DWORD, char *);
-#endif
-
 int    install_bpf_program(pcap_t *, struct bpf_program *);
 
 int    pcap_strcasecmp(const char *, const char *);