summaryrefslogtreecommitdiff
path: root/utils/url.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-06-19 21:49:25 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-06-19 21:49:25 +0000
commit4f249f9d0ab7701876cc5bd6be2338de8dae8e35 (patch)
treef1dab5655f88b29efae58b4041248ef633fb6c15 /utils/url.h
parentcc226c02930d6af81352237e258024b69cc873e5 (diff)
downloadnetsurf-4f249f9d0ab7701876cc5bd6be2338de8dae8e35.tar.gz
netsurf-4f249f9d0ab7701876cc5bd6be2338de8dae8e35.tar.bz2
Merge cookies changes into head - unvalidated transactions and a UI
still need implementing. svn path=/trunk/netsurf/; revision=2632
Diffstat (limited to 'utils/url.h')
-rw-r--r--utils/url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/url.h b/utils/url.h
index 7dc0b12ca..275879947 100644
--- a/utils/url.h
+++ b/utils/url.h
@@ -30,6 +30,7 @@ url_func_result url_escape(const char *unescaped, char **result);
url_func_result url_canonical_root(const char *url, char **result);
url_func_result url_strip_lqf(const char *url, char **result);
url_func_result url_plq(const char *url, char **result);
+url_func_result url_path(const char *url, char **result);
char *path_to_url(const char *path);
char *url_to_path(const char *url);