]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http.h
Convert Vary handling to SBuf
[thirdparty/squid.git] / src / http.h
index 5eb40745f11124f9739f7bc28fc59159c776dc43..c115e08a59f3b3c0087145060fa6ad0b330ff1df 100644 (file)
@@ -13,6 +13,7 @@
 #include "comm.h"
 #include "http/forward.h"
 #include "HttpStateFlags.h"
+#include "sbuf/SBuf.h"
 
 class FwdState;
 class HttpHeader;
@@ -132,7 +133,7 @@ private:
 
 int httpCachable(const HttpRequestMethod&);
 void httpStart(FwdState *);
-const char *httpMakeVaryMark(HttpRequest * request, HttpReply const * reply);
+SBuf httpMakeVaryMark(HttpRequest * request, HttpReply const * reply);
 
 #endif /* SQUID_HTTP_H */