]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/format/Quoting.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / format / Quoting.h
index 737bab5afc5344327d47d55765159d91394758ad..2019bc48df48af33999233eec98db7d3a4cdc7ad 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _SQUID_FORMAT_QUOTING_H
-#define _SQUID_FORMAT_QUOTING_H
+#ifndef SQUID_SRC_FORMAT_QUOTING_H
+#define SQUID_SRC_FORMAT_QUOTING_H
 
 namespace Format
 {
@@ -24,5 +24,5 @@ char *QuoteMimeBlob(const char *header);
 
 }; // namespace Format
 
-#endif /* _SQUID_FORMAT_QUOTING_H */
+#endif /* SQUID_SRC_FORMAT_QUOTING_H */