aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/http.h b/lib/http.h
index be35842cf..6a4d8c835 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -40,6 +40,9 @@
*
* ------------------------------------------------------------
****************************************************************************/
-UrgError http(struct UrlData *data, char *path, char *host, long *bytecountp);
+
+CURLcode http(struct connectdata *conn);
+CURLcode http_done(struct connectdata *conn);
+CURLcode http_connect(struct connectdata *conn);
#endif