summaryrefslogtreecommitdiff
path: root/content/content_factory.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-05-16 21:16:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-05-16 21:16:44 +0000
commitb92ca9cd30ef1aefcd15898110fcd2d9c84daf63 (patch)
tree60099a44b4178460a944dc2cc6824bf59a94e969 /content/content_factory.h
parent955896ac4676f5341daf4a6974a737eae2888d7a (diff)
downloadnetsurf-b92ca9cd30ef1aefcd15898110fcd2d9c84daf63.tar.gz
netsurf-b92ca9cd30ef1aefcd15898110fcd2d9c84daf63.tar.bz2
Clean up after content factory
svn path=/trunk/netsurf/; revision=12415
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);