]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/DiskDaemon/DiskdFile.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / DiskIO / DiskDaemon / DiskdFile.h
index fa1450d376555a2063dd587b1f593292cb177422..66ff13d39727acd56a946eb0c0cce67e4a70644e 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section 79    Squid-side DISKD I/O functions. */
 
-#ifndef __STORE_DISKDFILE_H__
-#define __STORE_DISKDFILE_H__
+#ifndef SQUID_SRC_DISKIO_DISKDAEMON_DISKDFILE_H
+#define SQUID_SRC_DISKIO_DISKDAEMON_DISKDFILE_H
 
 #include "cbdata.h"
 #include "DiskIO/DiskFile.h"
@@ -61,5 +61,5 @@ private:
     size_t inProgressIOs;
 };
 
-#endif
+#endif /* SQUID_SRC_DISKIO_DISKDAEMON_DISKDFILE_H */