]> The Tcpdump Group git mirrors - tcpdump/blobdiff - pcap-missing.h
Get rid of support for libpcap prior to 1.0.
[tcpdump] / pcap-missing.h
index 92706b14782c2148d5341c5662413d7816deed3b..a86e0fb24c42ff0b772978370f4ed5bc92935faa 100644 (file)
 extern int pcap_list_datalinks(pcap_t *, int **);
 #endif
 
-#ifndef HAVE_PCAP_DATALINK_NAME_TO_VAL
-/*
- * We assume no platform has one but not the other.
- */
-extern int pcap_datalink_name_to_val(const char *);
-extern const char *pcap_datalink_val_to_name(int);
-#endif
-
-#ifndef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
-extern const char *pcap_datalink_val_to_description(int);
-#endif
-
-#ifndef HAVE_PCAP_DUMP_FTELL
-extern long pcap_dump_ftell(pcap_dumper_t *);
-#endif
-
 #endif /* netdissect_pcap_missing_h */