summaryrefslogtreecommitdiff
path: root/windows/findfile.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-25 23:00:22 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-25 23:01:32 +0000
commit8ce0a10670e655d9e3a4f31fedd34baf1a3189b9 (patch)
treec1aa73bf937d097a6d2cb7efe3777cb6c720e7f7 /windows/findfile.h
parent46b8fbaeac4dd1e35945ae1338056156e5b3b86b (diff)
downloadnetsurf-8ce0a10670e655d9e3a4f31fedd34baf1a3189b9.tar.gz
netsurf-8ce0a10670e655d9e3a4f31fedd34baf1a3189b9.tar.bz2
move path_to_url and url_to_path to fetch operation table
Diffstat (limited to 'windows/findfile.h')
-rw-r--r--windows/findfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/findfile.h b/windows/findfile.h
index 5f8c7290c..8a3e719ec 100644
--- a/windows/findfile.h
+++ b/windows/findfile.h
@@ -23,5 +23,8 @@ 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_ */