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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_factory.h b/content/content_factory.h
index 330ce6812..aff7a64ac 100644
--- a/content/content_factory.h
+++ b/content/content_factory.h
@@ -31,6 +31,8 @@ struct llcache_handle;
typedef struct content_handler content_handler;
+void content_factory_fini(void);
+
nserror content_factory_register_handler(lwc_string *mime_type,
const content_handler *handler);