]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpHdrSc.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / HttpHdrSc.h
index df2854784a0f8cd543a0f50a00a9c85e29a4f737..236fe795841ac1e410a64a2f58c7df80d6fe965d 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_HTTPHDRSURROGATECONTROL_H
-#define SQUID_HTTPHDRSURROGATECONTROL_H
+#ifndef SQUID_SRC_HTTPHDRSC_H
+#define SQUID_SRC_HTTPHDRSC_H
 
 #include "http/forward.h"
 #include "HttpHdrScTarget.h"
@@ -45,5 +45,5 @@ HttpHdrSc *httpHdrScParseCreate(String const &);
 void httpHdrScSetMaxAge(HttpHdrSc *, char const *, int);
 
 http_hdr_sc_type &operator++(http_hdr_sc_type &);
-#endif /* SQUID_HTTPHDRSURROGATECONTROL_H */
+#endif /* SQUID_SRC_HTTPHDRSC_H */