From 5ac45472c7af8ccf686ea93791e491899889f087 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Mar 2011 13:58:02 +0000 Subject: Fix broken CONTENT_PLUGIN API. Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924 --- 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 7fb958571..b7a1a54a9 100644 --- a/amiga/filetype.h +++ b/amiga/filetype.h @@ -18,5 +18,9 @@ #ifndef AMIGA_FILETYPE_H #define AMIGA_FILETYPE_H +#include "content/content_type.h" +#include + const char *ami_content_type_to_file_type(content_type type); +void ami_datatype_to_mimetype(struct DataType *dtn, char *mimetype); #endif -- cgit v1.2.3