]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ip/forward.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / ip / forward.h
index 096ced751f190465218efaca78df29ac94220552..cb10b5f7db2f055866bdcb9242e1fb9789247069 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section 14    IP Storage and Handling */
 
-#ifndef _SQUID_IP_FORWARD_H
-#define _SQUID_IP_FORWARD_H
+#ifndef SQUID_SRC_IP_FORWARD_H
+#define SQUID_SRC_IP_FORWARD_H
 
 // Forward-declare Ip classes needed by reference in other parts of the code
 // for passing objects around without actually touching them
@@ -26,5 +26,5 @@ class acl_nfmark;
 typedef uint32_t nfmark_t;
 typedef unsigned char tos_t;
 
-#endif /* _SQUID_IP_FORWARD_H */
+#endif /* SQUID_SRC_IP_FORWARD_H */