summaryrefslogtreecommitdiff
path: root/framebuffer/fb_findfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fb_findfile.h')
-rw-r--r--framebuffer/fb_findfile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/framebuffer/fb_findfile.h b/framebuffer/fb_findfile.h
index c284f89a3..87b9a95e4 100644
--- a/framebuffer/fb_findfile.h
+++ b/framebuffer/fb_findfile.h
@@ -19,7 +19,8 @@
#ifndef NETSURF_FB_FINDFILE_H
#define NETSURF_FB_FINDFILE_H
-extern char *fb_findfile(const char *filename);
-extern char *fb_findfile_asurl(const char *filename);
+char *path_to_url(const char *path);
+
+extern char *fb_find_resource(char *buf, const char *filename, const char *def);
#endif /* NETSURF_FB_FINDFILE_H */