Skip to content
Snippets Groups Projects
Commit 149d6363 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

modified the Curl_ConnectHTTPProxyTunnel proto

parent 30eab8ca
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@
*****************************************************************************/
/* ftp can use this as well */
CURLcode Curl_ConnectHTTPProxyTunnel(struct UrlData *data, int tunnelsocket,
CURLcode Curl_ConnectHTTPProxyTunnel(struct connectdata *conn,
int tunnelsocket,
char *hostname, int remote_port);
/* protocol-specific functions set up to be called by the main engine */
......
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