From b34502af8247606ae3b5693cd3046566b16a3e6d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 8 Jul 2011 08:38:17 +0000 Subject: Refactor http utilities svn path=/trunk/netsurf/; revision=12595 --- content/content_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_factory.h') diff --git a/content/content_factory.h b/content/content_factory.h index aff7a64ac..f6ea3ce49 100644 --- a/content/content_factory.h +++ b/content/content_factory.h @@ -39,6 +39,6 @@ nserror content_factory_register_handler(lwc_string *mime_type, struct content *content_factory_create_content(struct llcache_handle *llcache, const char *fallback_charset, bool quirks); -content_type content_factory_type_from_mime_type(const char *mime_type); +content_type content_factory_type_from_mime_type(lwc_string *mime_type); #endif -- cgit v1.2.3