aboutsummaryrefslogtreecommitdiff
path: root/src/IO/Url.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-03-29 15:28:06 +0100
committerjcid <devnull@localhost>2008-03-29 15:28:06 +0100
commit66f72ec847a387e808b798172da882dde3f3dda7 (patch)
treebe525b25538556e2cb4d38a19799be89773cc4a4 /src/IO/Url.h
parent072933308a1128555e6e56f519fdc9603d060d0f (diff)
- Switched URL_DATA type from char* to a dStr.
Diffstat (limited to 'src/IO/Url.h')
-rw-r--r--src/IO/Url.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IO/Url.h b/src/IO/Url.h
index 91a9c1bd..6d1995d0 100644
--- a/src/IO/Url.h
+++ b/src/IO/Url.h
@@ -3,7 +3,7 @@
#include "../chain.h"
#include "../url.h"
-
+#include "../../dlib/dlib.h"
#ifdef __cplusplus
extern "C" {
@@ -16,7 +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(char *str);
-char *a_Http_make_query_str(const DilloUrl *url, bool_t use_proxy);
+Dstr *a_Http_make_query_str(const DilloUrl *url, bool_t use_proxy);
void a_Http_ccc (int Op, int Branch, int Dir, ChainLink *Info,
void *Data1, void *Data2);