diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2015-06-18 23:20:10 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2015-06-18 23:20:10 +0200 |
commit | 1c3811f4fd46680ca3701c68049d3b50d5882b94 (patch) | |
tree | d020f8e6f44e5e07084da666d58799b938c78368 /lib | |
parent | afbee791d5bdda3cfee0e23d0da2440bb94c9c50 (diff) |
FTP: fixed compiling with --disable-proxy, broken in b88f980a
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_proxy.h b/lib/http_proxy.h index 058a29db9..9c4f0207d 100644 --- a/lib/http_proxy.h +++ b/lib/http_proxy.h @@ -35,7 +35,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, CURLcode Curl_proxy_connect(struct connectdata *conn); #else -#define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN +#define Curl_proxyCONNECT(x,y,z,w,v) CURLE_NOT_BUILT_IN #define Curl_proxy_connect(x) CURLE_OK #endif |