mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:27:17 +03:00
modified the Curl_ConnectHTTPProxyTunnel proto
This commit is contained in:
parent
30eab8ca51
commit
149d6363b3
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue