]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mime.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / mime.h
index 2c9af7180acec029d00ad5590c4430649a93ef36..d7ba479725ced085e17339a9b47d8b8ad5c4d5ab 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section 25    MIME Parsing and Internal Icons */
 
-#ifndef SQUID_MIME_H_
-#define SQUID_MIME_H_
+#ifndef SQUID_SRC_MIME_H
+#define SQUID_SRC_MIME_H
 
 void mimeInit(char *filename);
 const char *mimeGetContentEncoding(const char *fn);
@@ -19,5 +19,5 @@ char mimeGetTransferMode(const char *fn);
 bool mimeGetDownloadOption(const char *fn);
 bool mimeGetViewOption(const char *fn);
 
-#endif /* SQUID_MIME_H_ */
+#endif /* SQUID_SRC_MIME_H */