summaryrefslogtreecommitdiff
path: root/cocoa/fetch.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-26 23:43:36 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-26 23:52:36 +0100
commit00b6cfc57e27f8146d9b41ba8e63038a4f9df70e (patch)
treebadf71a43a81975098d3f1294073d8c76bc994ea /cocoa/fetch.h
parent1f337f292d1c98c396d5f8d5d294f9ba13963586 (diff)
downloadnetsurf-00b6cfc57e27f8146d9b41ba8e63038a4f9df70e.tar.gz
netsurf-00b6cfc57e27f8146d9b41ba8e63038a4f9df70e.tar.bz2
rework path to url mapping functions to convert from and to nsurl
Diffstat (limited to 'cocoa/fetch.h')
-rw-r--r--cocoa/fetch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cocoa/fetch.h b/cocoa/fetch.h
index 5d2e9288d..1b0991ef5 100644
--- a/cocoa/fetch.h
+++ b/cocoa/fetch.h
@@ -17,5 +17,3 @@
*/
extern struct gui_fetch_table *cocoa_fetch_table;
-
-char *url_to_path(const char *url);