aboutsummaryrefslogtreecommitdiff
path: root/src/IO/Url.h
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-05-08 17:38:36 +0000
committercorvid <devnull@localhost>2015-05-08 17:38:36 +0000
commitb55ec9f978807cccd7de1da79e2ab91b583081bd (patch)
tree14d8eafc660ae7bf7f1688cce1b5e6b975ef6b40 /src/IO/Url.h
parentacd92fd0082d3cdcab5fd407d6576963ce71e334 (diff)
https: the rest :)
Normally I really like to make commits in small pieces that all compile and make sense in isolation, but with this https work, the effort vs the reward just wasn't going to make sense.
Diffstat (limited to 'src/IO/Url.h')
-rw-r--r--src/IO/Url.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/IO/Url.h b/src/IO/Url.h
index d9333d67..3f5a559b 100644
--- a/src/IO/Url.h
+++ b/src/IO/Url.h
@@ -16,10 +16,7 @@ extern void a_Http_freeall(void);
int a_Http_init(void);
int a_Http_proxy_auth(void);
void a_Http_set_proxy_passwd(const char *str);
-char *a_Http_make_connect_str(const DilloUrl *url);
-const char *a_Http_get_proxy_urlstr();
-Dstr *a_Http_make_query_str(const DilloUrl *url, const DilloUrl *requester,
- int web_flags, bool_t use_proxy);
+void a_Http_connect_done(int fd, bool_t success);
void a_Http_ccc (int Op, int Branch, int Dir, ChainLink *Info,
void *Data1, void *Data2);