aboutsummaryrefslogtreecommitdiff
path: root/lib/http_proxy.h
diff options
context:
space:
mode:
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 271b98a6e..5ea0a21af 100644
--- a/lib/http_proxy.h
+++ b/lib/http_proxy.h
@@ -29,5 +29,5 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
#define PROXY_TIMEOUT (3600*1000)
#else
-#define Curl_proxyCONNECT(x,y,x,w) CURLE_NOT_BUILT_IN
+#define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN
#endif