summaryrefslogtreecommitdiff
path: root/content/content_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_factory.h')
-rw-r--r--content/content_factory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/content_factory.h b/content/content_factory.h
index 777e314f0..b383f461b 100644
--- a/content/content_factory.h
+++ b/content/content_factory.h
@@ -82,7 +82,8 @@ nserror content_factory_register_handler(lwc_string *mime_type,
const content_handler *handler);
struct content *content_factory_create_content(struct llcache_handle *llcache,
- const char *fallback_charset, bool quirks);
+ const char *fallback_charset, bool quirks,
+ lwc_string *effective_type);
content_type content_factory_type_from_mime_type(lwc_string *mime_type);