]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/AIO/async_io.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / DiskIO / AIO / async_io.h
index 9eb2a876a35cb886cb089bfdb1382a2af6271d9d..716554cc39a9a34da0e847c2f571b617aa22fe7b 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef __ASYNC_IO_H__
-#define __ASYNC_IO_H__
+#ifndef SQUID_SRC_DISKIO_AIO_ASYNC_IO_H
+#define SQUID_SRC_DISKIO_AIO_ASYNC_IO_H
 
 #if HAVE_DISKIO_MODULE_AIO
 
@@ -73,5 +73,5 @@ struct _async_queue {
 };
 
 #endif /* HAVE_DISKIO_MODULE_AIO */
-#endif /* __ASYNC_IO_H_ */
+#endif /* SQUID_SRC_DISKIO_AIO_ASYNC_IO_H */