]> The Tcpdump Group git mirrors - libpcap/commitdiff
Update name of header guard.
authorGuy Harris <[email protected]>
Fri, 8 Sep 2017 20:55:28 +0000 (13:55 -0700)
committerGuy Harris <[email protected]>
Fri, 8 Sep 2017 20:55:28 +0000 (13:55 -0700)
pcap/funcattrs.h

index a2350579dc4ed9101bc8fbdc711ad70a919eb6d8..f7e950461e03b2ba4d2becaa1d54ec55371ab506 100644 (file)
@@ -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
 
 #define PCAP_API       PCAP_API_DEF extern
 
-#endif /* lib_pcap_export_defs_h */
+#endif /* lib_pcap_funcattrs_h */