From 672fa0a8e2124399c827f6a0bab0e00a557cd671 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 11 Oct 2012 20:12:06 +0100 Subject: Make url_{get|reform|destroy}_components static. --- utils/url.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils/url.h') 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); -- cgit v1.2.3