diff options
author | corvid <devnull@localhost> | 2014-03-16 20:10:43 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-03-16 20:10:43 +0000 |
commit | ce3bf9b919040b6afdb55ee8de63f4ae45881d23 (patch) | |
tree | 1229c9cd756d4496fcb010e68a2afb8c3ef068dd /src/IO/Url.h | |
parent | e2d63b710bda54a453a3f587f0a8df075285a0f2 (diff) |
Separate 'Accept:' values for images and the rest
Diffstat (limited to 'src/IO/Url.h')
-rw-r--r-- | src/IO/Url.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/Url.h b/src/IO/Url.h index 15934e13..d9333d67 100644 --- a/src/IO/Url.h +++ b/src/IO/Url.h @@ -19,7 +19,7 @@ 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, - bool_t use_proxy); + int web_flags, bool_t use_proxy); void a_Http_ccc (int Op, int Branch, int Dir, ChainLink *Info, void *Data1, void *Data2); |