summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-23 13:29:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-23 13:29:37 +0000
commita16586c9b795aabead419c97ab35871a0f9c3fc0 (patch)
treee08b34118fbc4078d22b9d00455822c5a61d6cdc /riscos/gui.h
parentb30fde8b21274e29d54b54a4177785add0f1017e (diff)
downloadnetsurf-a16586c9b795aabead419c97ab35871a0f9c3fc0.tar.gz
netsurf-a16586c9b795aabead419c97ab35871a0f9c3fc0.tar.bz2
Use local filetype directly, if we're "downloading" a local file
svn path=/trunk/netsurf/; revision=4189
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 2c7d024b2..1c6bd41cc 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -187,6 +187,7 @@ bool ro_gui_hotlist_dialog_apply(wimp_w w);
/* in filetype.c */
int ro_content_filetype(struct content *content);
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;