summaryrefslogtreecommitdiff
path: root/amiga/filetype.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-05-06 20:40:09 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-05-06 20:40:09 +0000
commite71691bae890040b83cfd54a2d9a1097d5026866 (patch)
tree96b2680dc6559ca0ab88fa0b6a533c13b7c9487e /amiga/filetype.h
parente77b1a29550e4753f771848705975295a6ebe99e (diff)
downloadnetsurf-e71691bae890040b83cfd54a2d9a1097d5026866.tar.gz
netsurf-e71691bae890040b83cfd54a2d9a1097d5026866.tar.bz2
Merge branches/jmb/content-factory to trunk
svn path=/trunk/netsurf/; revision=12283
Diffstat (limited to 'amiga/filetype.h')
-rw-r--r--amiga/filetype.h4
1 files changed, 4 insertions, 0 deletions
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 <stdbool.h>
#include "content/content_type.h"
#include <datatypes/datatypes.h>
+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