]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/stat.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / stat.h
index d57ba6a62c37dedd30c994e1c0acb0fa637615ae..b8008cf64ae00db9abf31fd872fc33d5e8f329c9 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section 18    Cache Manager Statistics */
 
-#ifndef SQUID_STAT_H_
-#define SQUID_STAT_H_
+#ifndef SQUID_SRC_STAT_H
+#define SQUID_SRC_STAT_H
 
 void statInit(void);
 double median_svc_get(int, int);
@@ -24,5 +24,5 @@ double statByteHitRatio(int minutes);
 class StatCounters;
 StatCounters *snmpStatGet(int);
 
-#endif /* SQUID_STAT_H_ */
+#endif /* SQUID_SRC_STAT_H */