summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-07 09:12:46 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-07 09:12:46 +0000
commit088742b3c3208be7fb32d72c0ca94ff7f8d507bf (patch)
tree122db309c564c3575d8615a0f31de3ab5382d0d6 /riscos/gui.h
parent236b6a15e1c458d51ec6f31a6a49b3579e91d2d3 (diff)
downloadnetsurf-088742b3c3208be7fb32d72c0ca94ff7f8d507bf.tar.gz
netsurf-088742b3c3208be7fb32d72c0ca94ff7f8d507bf.tar.bz2
Fix filetype.c.
svn path=/trunk/netsurf/; revision=10260
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index f7ddedd73..aef4b53e7 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -186,7 +186,7 @@ void ro_gui_hotlist_prepare_entry_dialog(struct node *node);
bool ro_gui_hotlist_dialog_apply(wimp_w w);
/* in filetype.c */
-int ro_content_filetype(struct content *content);
+int ro_content_filetype(struct hlcache_handle *c);
int ro_content_filetype_from_type(content_type type);
bits ro_filetype_from_unix_path(const char *unix_path);