X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e549a228209ce68ef6ad8faf91a57bc1683a2949..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/pcap-missing.h diff --git a/pcap-missing.h b/pcap-missing.h index 5c0ece25..92706b14 100644 --- a/pcap-missing.h +++ b/pcap-missing.h @@ -17,12 +17,10 @@ * 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.3 2005-06-03 22:08:52 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. @@ -48,13 +46,4 @@ extern const char *pcap_datalink_val_to_description(int); extern long pcap_dump_ftell(pcap_dumper_t *); #endif -#endif - - - - - - - - - +#endif /* netdissect_pcap_missing_h */