aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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