]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/rfc2617.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / include / rfc2617.h
index 4322146522664522d901f94e50e6f89395140d6b..8996f6435659a6edeb3b4d31e4a5f41847afaa29 100644 (file)
@@ -20,8 +20,8 @@
  * to prevent squid knowing the users password (idea suggested in RFC 2617).
  */
 
-#ifndef SQUID_RFC2617_H
-#define SQUID_RFC2617_H
+#ifndef SQUID_INCLUDE_RFC2617_H
+#define SQUID_INCLUDE_RFC2617_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -64,5 +64,5 @@ extern void CvtBin(const HASHHEX Hex, HASH Bin);
 #ifdef __cplusplus
 }
 #endif
-#endif /* SQUID_RFC2617_H */
+#endif /* SQUID_INCLUDE_RFC2617_H */