]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/Connection.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / comm / Connection.h
index f5c2668206c9592b70aedad8d5f60a6b1c1069b3..96701d226ddb3683299a2aa7efe096d1d5372048 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section 05    Socket Functions */
 
-#ifndef _SQUIDCONNECTIONDETAIL_H_
-#define _SQUIDCONNECTIONDETAIL_H_
+#ifndef SQUID_SRC_COMM_CONNECTION_H
+#define SQUID_SRC_COMM_CONNECTION_H
 
 #include "base/CodeContext.h"
 #include "base/InstanceId.h"
@@ -205,5 +205,5 @@ operator <<(std::ostream &os, const ConnectionPointer &conn)
 
 } // namespace Comm
 
-#endif
+#endif /* SQUID_SRC_COMM_CONNECTION_H */