]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/Type.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / auth / Type.h
index c3737245a225dce2e87b420a47380e403a047675..44602bb43898653664cf8383174b02deea311e89 100644 (file)
@@ -1,13 +1,13 @@
 /*
- * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _SQUID__SRC_AUTH_AUTHTYPE_H
-#define _SQUID__SRC_AUTH_AUTHTYPE_H
+#ifndef SQUID_SRC_AUTH_TYPE_H
+#define SQUID_SRC_AUTH_TYPE_H
 
 #if USE_AUTH
 
@@ -28,5 +28,5 @@ extern const char *Type_str[];
 }; // namespace Auth
 
 #endif /* USE_AUTH */
-#endif
+#endif /* SQUID_SRC_AUTH_TYPE_H */