]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Forgot to commit http.h after changing HttpStateData constructor
authorwessels <>
Thu, 5 Jan 2006 03:29:15 +0000 (03:29 +0000)
committerwessels <>
Thu, 5 Jan 2006 03:29:15 +0000 (03:29 +0000)
src/http.h

index ea365754f6c12841dcc79db4eebbb44dae95fb98..3b4e5d249cf698fddd50944718621b75a05a022d 100644 (file)
@@ -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;