]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Moved HttpHdrCc prototypes from protos.h to HttpHdrCc.h
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 17 Aug 2012 11:47:23 +0000 (13:47 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 17 Aug 2012 11:47:23 +0000 (13:47 +0200)
src/HttpHdrCc.h
src/protos.h

index 32d4115bb83f03a3b37819f1c342949a4ed4d964..b539181dc6b94cb5c27adf5643e7a733aed9f81a 100644 (file)
@@ -178,6 +178,14 @@ public:
 
 MEMPROXY_CLASS_INLINE(HttpHdrCc);
 
+class StatHist;
+class StoreEntry;
+
+extern void httpHdrCcInitModule(void);
+extern void httpHdrCcCleanModule(void);
+extern void httpHdrCcUpdateStats(const HttpHdrCc * cc, StatHist * hist);
+extern void httpHdrCcStatDumper(StoreEntry * sentry, int idx, double val, double size, int count);
+
 #if _USE_INLINE_
 #include "HttpHdrCc.cci"
 #endif
index f000720c37a1240da1b161765f2d31ba6c93eb9c..06b93a42ec49499cddf6b8b3bd35c38c1df609da 100644 (file)
@@ -164,10 +164,6 @@ extern const char *httpMakeVaryMark(HttpRequest * request, HttpReply const * rep
 class StatHist;
 
 /* Http Cache Control Header Field */
-SQUIDCEXTERN void httpHdrCcInitModule(void);
-SQUIDCEXTERN void httpHdrCcCleanModule(void);
-SQUIDCEXTERN void httpHdrCcUpdateStats(const HttpHdrCc * cc, StatHist * hist);
-extern void httpHdrCcStatDumper(StoreEntry * sentry, int idx, double val, double size, int count);
 
 /* Http Header Tools */
 class HttpHeaderFieldInfo;