From e71691bae890040b83cfd54a2d9a1097d5026866 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 May 2011 20:40:09 +0000 Subject: Merge branches/jmb/content-factory to trunk svn path=/trunk/netsurf/; revision=12283 --- amiga/filetype.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'amiga/filetype.h') diff --git a/amiga/filetype.h b/amiga/filetype.h index b7a1a54a9..a09a79a52 100644 --- a/amiga/filetype.h +++ b/amiga/filetype.h @@ -18,9 +18,13 @@ #ifndef AMIGA_FILETYPE_H #define AMIGA_FILETYPE_H +#include #include "content/content_type.h" #include +struct hlcache_handle; + const char *ami_content_type_to_file_type(content_type type); void ami_datatype_to_mimetype(struct DataType *dtn, char *mimetype); +bool ami_mime_compare(struct hlcache_handle *c, const char *type); #endif -- cgit v1.2.3