From: wessels <> Date: Thu, 5 Jan 2006 03:29:15 +0000 (+0000) Subject: Forgot to commit http.h after changing HttpStateData constructor X-Git-Tag: SQUID_3_0_PRE4~386 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=119133617ece8400ca3ddb4223e45360ffc73cc2;p=thirdparty%2Fsquid.git Forgot to commit http.h after changing HttpStateData constructor --- diff --git a/src/http.h b/src/http.h index ea365754f6..3b4e5d249c 100644 --- a/src/http.h +++ b/src/http.h @@ -1,6 +1,6 @@ /* - * $Id: http.h,v 1.17 2006/01/03 23:27:34 wessels Exp $ + * $Id: http.h,v 1.18 2006/01/04 20:29:15 wessels Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -50,7 +50,7 @@ class HttpStateData { public: - HttpStateData(); + HttpStateData(FwdState *); ~HttpStateData(); static CWCB SendComplete;