summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-25 12:24:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-25 12:24:34 +0000
commit149d6363b3d7c2a08f1c492e73556ea6a98f0521 (patch)
treeca4bb0afca855ffdc6f88a8c538b48baf0479b74
parent30eab8ca515b36985346953cf7988144ccdfb8f9 (diff)
downloadgnurl-149d6363b3d7c2a08f1c492e73556ea6a98f0521.tar.gz
gnurl-149d6363b3d7c2a08f1c492e73556ea6a98f0521.tar.bz2
gnurl-149d6363b3d7c2a08f1c492e73556ea6a98f0521.zip
modified the Curl_ConnectHTTPProxyTunnel proto
-rw-r--r--lib/http.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/http.h b/lib/http.h
index 48adc5231..bfd73b5f6 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -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 */