aboutsummaryrefslogtreecommitdiffstats
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'url.h')
-rw-r--r--url.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/url.h b/url.h
index 045bfa90e..7a666f406 100644
--- a/url.h
+++ b/url.h
@@ -11,6 +11,7 @@
#endif
#include <glib.h>
+#include "mem_pool.h"
struct worker_task;
@@ -82,6 +83,6 @@ enum protocol {
void url_parse_html (struct worker_task *task, GByteArray *part);
void url_parse_text (struct worker_task *task, GByteArray *part);
-enum uri_errno parse_uri(struct uri *uri, unsigned char *uristring);
+enum uri_errno parse_uri(struct uri *uri, unsigned char *uristring, memory_pool_t *pool);
#endif