summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-06-04 16:44:29 +0100
committerVincent Sanders <vince@kyllikki.org>2014-06-04 16:53:25 +0100
commit80bee65a71a7e85cb800e5d1d1f58525c855cb09 (patch)
treefe3ff81862951312c33dc52aecd66516ca76f59d /riscos/gui.h
parent9523658467b444caec37de6357964635e99938e0 (diff)
downloadnetsurf-80bee65a71a7e85cb800e5d1d1f58525c855cb09.tar.gz
netsurf-80bee65a71a7e85cb800e5d1d1f58525c855cb09.tar.bz2
remove forward declarations from risc os gui.c
cleanup filetype magic numbers.
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 8f849ae14..1dcc1e13c 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -170,15 +170,6 @@ void gui_create_form_select_menu(struct browser_window *bw, struct form_control
void ro_gui_history_init(void);
void ro_gui_history_open(struct gui_window *g, 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);
-int ro_content_filetype_from_type(content_type type);
-bits ro_filetype_from_unix_path(const char *unix_path);
-
/* in schedule.c */
extern bool sched_active;
extern os_t sched_time;