X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0cf35b497d9abccfd00bc8bf1c669bffe974da17..refs/pull/433/head:/pcap-missing.h diff --git a/pcap-missing.h b/pcap-missing.h index 64e5b00b..d776810f 100644 --- a/pcap-missing.h +++ b/pcap-missing.h @@ -17,8 +17,6 @@ * 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 @@ -44,6 +42,10 @@ 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