From 8ce0a10670e655d9e3a4f31fedd34baf1a3189b9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 25 Jan 2014 23:00:22 +0000 Subject: move path_to_url and url_to_path to fetch operation table --- utils/url.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils/url.h') diff --git a/utils/url.h b/utils/url.h index 7c716d723..621e62f0d 100644 --- a/utils/url.h +++ b/utils/url.h @@ -58,7 +58,4 @@ 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); -char *path_to_url(const char *path); -char *url_to_path(const char *url); - #endif -- cgit v1.2.3