From 047569339406f2be1637ae4cee5dd0c9a9c2328f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 22 Jan 2014 23:19:57 +0000 Subject: create table for fetcher operations and move all operations into it --- riscos/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index c3dce1cb8..3eeb56273 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -167,6 +167,8 @@ void ro_gui_history_open(struct browser_window *bw, struct history *history, bool pointer); /* in filetype.c */ +const char *fetch_filetype(const char *unix_path); +char *fetch_mimetype(const char *ro_path); int ro_content_filetype(struct hlcache_handle *c); int ro_content_native_type(struct hlcache_handle *c); int ro_content_filetype_from_mime_type(lwc_string *mime_type); -- cgit v1.2.3