From 9ee4f6146e06f6d142cc98a2bc600a49b4a3ddc6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 3 Sep 2011 09:27:42 +0000 Subject: Remove mime_type parameter from content handler content_type callback API svn path=/trunk/netsurf/; revision=12704 --- content/content_protected.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index fd854a0bc..a1d6c7076 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -67,7 +67,7 @@ struct content_handler { struct selection * (*get_selection)(struct content *c); nserror (*clone)(const struct content *old, struct content **newc); bool (*matches_quirks)(const struct content *c, bool quirks); - content_type (*type)(lwc_string *mime_type); + content_type (*type)(void); /** handler dependant content sensitive internal data interface. */ void * (*get_internal)(const struct content *c, void *context); -- cgit v1.2.3