Skip to content
Snippets Groups Projects
Commit 1c3811f4 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent afbee791
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment