]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/comm_internal.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / comm / comm_internal.h
index 7497a09f9ce8fe288839eb917f08febb23514390..9d596c6f9b0ff79d1574b9f4a7a7f570a2f372a0 100644 (file)
@@ -6,13 +6,13 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_COMM_COMM_INTERNAL_H
-#define SQUID_COMM_COMM_INTERNAL_H
+#ifndef SQUID_SRC_COMM_COMM_INTERNAL_H
+#define SQUID_SRC_COMM_COMM_INTERNAL_H
 
 /* misc collection of bits shared by Comm code, but not needed by the rest of Squid. */
 
 bool isOpen(const int fd);
 void commStopHalfClosedMonitor(int fd);
 
-#endif
+#endif /* SQUID_SRC_COMM_COMM_INTERNAL_H */