summaryrefslogtreecommitdiff
path: root/windows/findfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/findfile.h')
-rw-r--r--windows/findfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/findfile.h b/windows/findfile.h
index fcc2da94d..5f8c7290c 100644
--- a/windows/findfile.h
+++ b/windows/findfile.h
@@ -19,9 +19,9 @@
#ifndef _NETSURF_WINDOWS_FINDFILE_H_
#define _NETSURF_WINDOWS_FINDFILE_H_
-#define NETSURF_WINDOWS_RESPATH "C:"
+extern char *nsws_find_resource(char *buf, const char *filename, const char *def);
+
+char **nsws_init_resource(const char *resource_path);
-extern char *nsws_find_resource(char *buf, const char *filename,
- const char *def);
#endif /* _NETSURF_WINDOWS_FINDFILE_H_ */