aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h4
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);