summaryrefslogtreecommitdiff
path: root/utils/url.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-06 14:11:29 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-06 14:11:29 +0100
commitaeac82ff17335a1d8c9c366dfad537f97198da86 (patch)
tree01272b4086d72b3b08271e343aef0fc1c5ea6559 /utils/url.h
parent639d2cb659756e4c40cfc683ad16b4fc470a3001 (diff)
downloadnetsurf-aeac82ff17335a1d8c9c366dfad537f97198da86.tar.gz
netsurf-aeac82ff17335a1d8c9c366dfad537f97198da86.tar.bz2
Remove url_parent.
Diffstat (limited to 'utils/url.h')
-rw-r--r--utils/url.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/url.h b/utils/url.h
index e0509ffdb..95790335c 100644
--- a/utils/url.h
+++ b/utils/url.h
@@ -57,7 +57,6 @@ url_func_result url_escape(const char *unescaped, size_t toskip,
bool sptoplus, const char *escexceptions, char **result);
url_func_result url_unescape(const char *str, char **result);
url_func_result url_canonical_root(const char *url, char **result);
-url_func_result url_parent(const char *url, char **result);
url_func_result url_path(const char *url, char **result);
url_func_result url_compare(const char *url1, const char *url2,
bool nofrag, bool *result);