]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix http/Http1Parser.h wrapper macro
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Dec 2013 12:21:56 +0000 (04:21 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Dec 2013 12:21:56 +0000 (04:21 -0800)
src/http/Http1Parser.h

index f4bdb0087e73388143e7500a9bbd81dea1d876ea..45dc22233b89408d7d5d2d669512752d7b39b539 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _SQUID_SRC_Http1Parser_H
-#define _SQUID_SRC_Http1Parser_H
+#ifndef _SQUID_SRC_HTTP_HTTP1PARSER_H
+#define _SQUID_SRC_HTTP_HTTP1PARSER_H
 
 #include "base/RefCount.h"
 #include "http/ProtocolVersion.h"
@@ -127,4 +127,4 @@ private:
 
 } // namespace Http
 
-#endif /*  _SQUID_SRC_Http1Parser_H */
+#endif /*  _SQUID_SRC_HTTP_HTTP1PARSER_H */