From 5ce5fe084c733c95544825e35bcd63cc775aee94 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 19 Feb 2006 18:26:23 +0000 Subject: [project @ 2006-02-19 18:26:23 by jmb] Rewrite HTTP authentication. Fix extraction of realm from WWW-Authenticate header. Tidy up login dialog code. svn path=/import/netsurf/; revision=2085 --- utils/url.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/url.h') diff --git a/utils/url.h b/utils/url.h index 3dd4b9859..3bda22969 100644 --- a/utils/url.h +++ b/utils/url.h @@ -27,6 +27,8 @@ url_func_result url_scheme(const char *url, char **result); url_func_result url_nice(const char *url, char **result, bool remove_extensions); 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); char *path_to_url(const char *path); char *url_to_path(const char *url); -- cgit v1.2.3