FTP: fixed compiling with --disable-proxy, broken in b88f980a

This commit is contained in:
Dan Fandrich 2015-06-18 23:20:10 +02:00
parent afbee791d5
commit 1c3811f4fd
1 changed files with 1 additions and 1 deletions

View File

@ -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