]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/strtoll.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / compat / strtoll.h
index b8ea5e67ddb613bea85d124d048ccdd2aae312c6..38f91ec697872851ab5688d1b47a0de1b36ee1bb 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _SQUID_COMPAT_STRTOLL_H
-#define _SQUID_COMPAT_STRTOLL_H
+#ifndef SQUID_COMPAT_STRTOLL_H
+#define SQUID_COMPAT_STRTOLL_H
 
 #if !HAVE_STRTOLL
 
@@ -22,5 +22,5 @@
 SQUIDCEXTERN int64_t strtoll(const char *nptr, char **endptr, int base);
 
 #endif /* !HAVE_STRTOLL */
-#endif /* _SQUID_COMPAT_STRTOLL_H */
+#endif /* SQUID_COMPAT_STRTOLL_H */