summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-07 09:28:01 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-07 09:28:01 +0000
commit87166fdbc10d45ba21081e7a8175a49266e497fb (patch)
tree5136bd8958819673fbf9dbcc2b97ba3cec4c356c
parent088742b3c3208be7fb32d72c0ca94ff7f8d507bf (diff)
downloadnetsurf-87166fdbc10d45ba21081e7a8175a49266e497fb.tar.gz
netsurf-87166fdbc10d45ba21081e7a8175a49266e497fb.tar.bz2
hlcache_handle is typedeffed.
svn path=/trunk/netsurf/; revision=10261
-rw-r--r--riscos/filetype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index 7c111f996..39708cf3a 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -23,6 +23,7 @@
#include "oslib/osfile.h"
#include "content/content.h"
#include "content/fetch.h"
+#include "content/hlcache.h"
#include "riscos/gui.h"
#include "utils/config.h"
#include "utils/log.h"
@@ -250,7 +251,7 @@ int cmp_type(const void *x, const void *y)
* \param content The content to examine.
* \return The RISC OS filetype corresponding to the content
*/
-int ro_content_filetype(struct hlcache_handle *c)
+int ro_content_filetype(hlcache_handle *c)
{
int file_type;
os_error *error;