summaryrefslogtreecommitdiff
path: root/windows/findfile.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 /windows/findfile.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 'windows/findfile.h')
-rw-r--r--windows/findfile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/windows/findfile.h b/windows/findfile.h
index 8a3e719ec..808adc8ef 100644
--- a/windows/findfile.h
+++ b/windows/findfile.h
@@ -23,8 +23,4 @@ extern char *nsws_find_resource(char *buf, const char *filename, const char *def
char **nsws_init_resource(const char *resource_path);
-char *path_to_url(const char *path);
-char *url_to_path(const char *url);
-
-
#endif /* _NETSURF_WINDOWS_FINDFILE_H_ */