aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-15 06:10:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-15 06:10:52 +0000
commit0da7057591609d98f3e0820a13730d97abb2083a (patch)
treed905cc961b951f9310eee0eb915d988d2e5a2b3f /lib/http.h
parent23f22bd53e93279d6844a288229ab0a56b9de5d1 (diff)
more "anything through http proxy tunnel" fixes
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/http.h b/lib/http.h
index 4653f6e14..a36366fb2 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -42,7 +42,8 @@
****************************************************************************/
/* ftp can use this as well */
-CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket);
+CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket,
+ char *hostname, int remote_port);
/* protocol-specific functions set up to be called by the main engine */
CURLcode http(struct connectdata *conn);