summaryrefslogtreecommitdiff
path: root/utils/url.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-10-11 20:13:59 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-10-11 20:13:59 +0100
commitd0665a1af6762e381967f63a2ee6f5f972d33525 (patch)
treeb013e13df09ceb1b26a33f50af06e36490b51fe0 /utils/url.h
parenta5bd3d112c126b3e59233aec7ff577d2feb19338 (diff)
parentdf3f1237c7d1a834149a33c4d2d5b84ba65c3dbb (diff)
downloadnetsurf-d0665a1af6762e381967f63a2ee6f5f972d33525.tar.gz
netsurf-d0665a1af6762e381967f63a2ee6f5f972d33525.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
Diffstat (limited to 'utils/url.h')
-rw-r--r--utils/url.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/url.h b/utils/url.h
index fa27a4874..7c716d723 100644
--- a/utils/url.h
+++ b/utils/url.h
@@ -58,11 +58,6 @@ url_func_result url_escape(const char *unescaped, size_t toskip,
url_func_result url_unescape(const char *str, char **result);
url_func_result url_path(const char *url, char **result);
-url_func_result url_get_components(const char *url,
- struct url_components *result);
-char *url_reform_components(const struct url_components *components);
-void url_destroy_components(const struct url_components *components);
-
char *path_to_url(const char *path);
char *url_to_path(const char *url);