From 0da7057591609d98f3e0820a13730d97abb2083a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Sep 2000 06:10:52 +0000 Subject: more "anything through http proxy tunnel" fixes --- lib/http.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/http.h') 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); -- cgit v1.2.1