From: Guy Harris Date: Fri, 8 Sep 2017 20:55:28 +0000 (-0700) Subject: Update name of header guard. X-Git-Tag: libpcap-1.9-bp~740 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/5be0f1f21190ca2e63e231df8d6f51b0898307e3 Update name of header guard. --- diff --git a/pcap/funcattrs.h b/pcap/funcattrs.h index a2350579..f7e95046 100644 --- a/pcap/funcattrs.h +++ b/pcap/funcattrs.h @@ -32,8 +32,8 @@ * SUCH DAMAGE. */ -#ifndef lib_pcap_export_defs_h -#define lib_pcap_export_defs_h +#ifndef lib_pcap_funcattrs_h +#define lib_pcap_funcattrs_h /* * PCAP_API_DEF must be used when defining *data* exported from @@ -105,4 +105,4 @@ #define PCAP_API PCAP_API_DEF extern -#endif /* lib_pcap_export_defs_h */ +#endif /* lib_pcap_funcattrs_h */