]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/IoStats.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / IoStats.h
index 726bf2e2516a1c4208294222e2ca5b73c14054c3..f86f9c18e18e37d8637968267c179f98b7af09c6 100644 (file)
@@ -1,13 +1,13 @@
 /*
- * Copyright (C) 1996-2014 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_IOSTATS_H_
-#define SQUID_IOSTATS_H_
+#ifndef SQUID_SRC_IOSTATS_H
+#define SQUID_SRC_IOSTATS_H
 
 /// IO statistics. Currently a POD.
 class IoStats
@@ -22,7 +22,8 @@ public:
         int writes;
         int write_hist[histSize];
     }
-    Http, Ftp, Gopher;
+    Http, Ftp;
 };
 
-#endif /* SQUID_IOSTATS_H_ */
+#endif /* SQUID_SRC_IOSTATS_H */
+