]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/windows_service.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / windows_service.h
index 379435dfac8320bb62a40abfcddc29c8c7c89434..5679ee9356c4c6d06f2cf3dfa37e821df74b40f1 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef WINSVC_H_
-#define WINSVC_H_
+#ifndef SQUID_SRC_WINDOWS_SERVICE_H
+#define SQUID_SRC_WINDOWS_SERVICE_H
 
 #if _SQUID_WINDOWS_
 int WIN32_StartService(int, char **);
@@ -24,5 +24,5 @@ inline void WIN32_InstallService(void) {} /* NOP */
 inline  void WIN32_RemoveService(void) {} /* NOP */
 #endif /* _SQUID_WINDOWS_ */
 
-#endif /* WINSVC_H_ */
+#endif /* SQUID_SRC_WINDOWS_SERVICE_H */