]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SquidIpc.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / SquidIpc.h
index e0baaeab4a2bccaaa4fb857127f138052646b0db..edf04b3aa7357c929589e4c0e13d72c5eb94ebae 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section 54    Interprocess Communication */
 
-#ifndef SQUID_SQUIDIPC_H_
-#define SQUID_SQUIDIPC_H_
+#ifndef SQUID_SRC_SQUIDIPC_H
+#define SQUID_SRC_SQUIDIPC_H
 
 namespace Ip
 {
@@ -24,5 +24,5 @@ pid_t ipcCreate(int type,
                 int *wfd,
                 void **hIpc);
 
-#endif /* SQUID_SQUIDIPC_H_ */
+#endif /* SQUID_SRC_SQUIDIPC_H */