]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/xis.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / compat / xis.h
index d0391dd22a5961904ca27234ef635874ceea9df3..aa99586ae181307cfe6a81b4fc27ac2e59ba6298 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _SQUID_COMPAT_XIS_H
-#define _SQUID_COMPAT_XIS_H
+#ifndef SQUID_COMPAT_XIS_H
+#define SQUID_COMPAT_XIS_H
 
 #if __cplusplus
 #include <cctype>
@@ -49,5 +49,5 @@
 #define xisgraph(x) isgraph((unsigned char)x)
 #endif
 
-#endif /* _SQUID_COMPAT_XIS_H */
+#endif /* SQUID_COMPAT_XIS_H */