diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-09-14 14:05:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-09-14 14:05:01 +0000 |
commit | 86ff2c46b73a2bbcd25edaf6a3c1d62c8a85f29d (patch) | |
tree | 323a2c756ca245619466eb55810904e9eae2d487 /lib/http.h | |
parent | be8b2a1e30d1066f85daff7a0d0a92910e50c089 (diff) | |
download | curl-86ff2c46b73a2bbcd25edaf6a3c1d62c8a85f29d.tar.gz |
introduced 'tunnel through http proxy' for ftp
Diffstat (limited to 'lib/http.h')
-rw-r--r-- | lib/http.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/http.h b/lib/http.h index 0fb98e108..4653f6e14 100644 --- a/lib/http.h +++ b/lib/http.h @@ -41,8 +41,10 @@ * ------------------------------------------------------------ ****************************************************************************/ -/* protocol-specific functions set up to be called by the main engine */ +/* ftp can use this as well */ +CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket); +/* protocol-specific functions set up to be called by the main engine */ CURLcode http(struct connectdata *conn); CURLcode http_done(struct connectdata *conn); CURLcode http_connect(struct connectdata *conn); |