aboutsummaryrefslogtreecommitdiff
path: root/lib/http_proxy.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-04-27 11:42:04 +0200
committerDan Fandrich <dan@coneharvesters.com>2017-04-27 11:42:04 +0200
commit63503a969fe9e11907f7e3f262a3f6c27d885f60 (patch)
treeb811640e8521784f81a18c58ea5addf52a7c9aec /lib/http_proxy.h
parent7543f28ad2fb65e6aef9f00c64b71749f087401a (diff)
http-proxy: removed unused argument in CURL_DISABLE_PROXY case
Missed in commit 55c3c02e
Diffstat (limited to 'lib/http_proxy.h')
-rw-r--r--lib/http_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_proxy.h b/lib/http_proxy.h
index 81b7b8b8b..cbb1ab421 100644
--- a/lib/http_proxy.h
+++ b/lib/http_proxy.h
@@ -34,7 +34,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
CURLcode Curl_proxy_connect(struct connectdata *conn, int sockindex);
#else
-#define Curl_proxyCONNECT(x,y,z,w,v) CURLE_NOT_BUILT_IN
+#define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN
#define Curl_proxy_connect(x,y) CURLE_OK
#endif