]> The Tcpdump Group git mirrors - tcpdump/blobdiff - pcap-missing.h
Revert partially the commit 21b1273
[tcpdump] / pcap-missing.h
index 64e5b00bd2e6a4b825d578055b5ee30e3587e2e4..92706b14782c2148d5341c5662413d7816deed3b 100644 (file)
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @(#) $Header: /tcpdump/master/tcpdump/pcap-missing.h,v 1.2 2003-11-18 23:09:42 guy Exp $ (LBL)
  */
 
-#ifndef tcpdump_pcap_missing_h
-#define tcpdump_pcap_missing_h
+#ifndef netdissect_pcap_missing_h
+#define netdissect_pcap_missing_h
 
 /*
  * Declarations of functions that might be missing from libpcap.
@@ -44,13 +42,8 @@ extern const char *pcap_datalink_val_to_name(int);
 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 */