]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
ClientRequestContext::setReplyToError final parameter is a pointer not int
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 11 Feb 2011 03:57:14 +0000 (20:57 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 11 Feb 2011 03:57:14 +0000 (20:57 -0700)
src/client_side_reply.cc
src/client_side_reply.h

index 229ad6a36cfa8b36c2199a1ddade3f41d7c2919b..250ac2d8b7106d6942defc37fd5e48c694384e1d 100644 (file)
@@ -102,7 +102,7 @@ clientReplyContext::setReplyToError(
 #if USE_AUTH
     AuthUserRequest::Pointer auth_user_request
 #else
-    int
+    void*
 #endif
 )
 {
index 79bc520f9795c7a2f2ea35d9e99d3ccff79f8674..6ff0dd920ab3470f0c66a673ebee6f52888c0433 100644 (file)
@@ -75,7 +75,7 @@ public:
 #if USE_AUTH
                          AuthUserRequest::Pointer);
 #else
-                         int unused);
+                         void * unused);
 #endif
     void createStoreEntry(const HttpRequestMethod& m, request_flags flags);
     void removeStoreReference(store_client ** scp, StoreEntry ** ep);