]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Moved getStringPrefix prototype to HttpHeaderTools.h
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 29 Aug 2012 09:54:30 +0000 (11:54 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 29 Aug 2012 09:54:30 +0000 (11:54 +0200)
src/HttpHeaderTools.h
src/protos.h

index 4f811bfa38bc5b5ac3ee237a5315ed13a7380d69..e7678649b4b9a978a99c8228bc3112b800c38227 100644 (file)
@@ -106,4 +106,6 @@ extern int httpHeaderHasConnDir(const HttpHeader * hdr, const char *directive);
 extern int httpHeaderParseInt(const char *start, int *val);
 extern void httpHeaderPutStrf(HttpHeader * hdr, http_hdr_type id, const char *fmt,...) PRINTF_FORMAT_ARG3;
 
+extern const char *getStringPrefix(const char *str, const char *end);
+
 #endif
index d3e1e66130b08c1782cc2f0caafabd2b6b38f8de..b0c73de4252434df0d027eda6ed6bc3a227576fd 100644 (file)
@@ -56,8 +56,6 @@ class HttpRequest;
 class HttpReply;
 
 
-extern const char *getStringPrefix(const char *str, const char *end);
-
 /* store report about current header usage and other stats */
 void httpHeaderStoreReport(StoreEntry * e);
 SQUIDCEXTERN void httpHdrMangleList(HttpHeader *, HttpRequest *, int req_or_rep);