summaryrefslogtreecommitdiff
path: root/include/hubbub/functypes.h
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:37:52 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:37:52 +0000
commit5eb5ec3682ba75cec9616039c60987eeee26e5ee (patch)
treec3f9483ecb262279b7370b8239cd9e4fea951e6b /include/hubbub/functypes.h
parent2ae59ba6c47e1b062536e3835e429ad1a17bee6f (diff)
downloadlibhubbub-5eb5ec3682ba75cec9616039c60987eeee26e5ee.tar.gz
libhubbub-5eb5ec3682ba75cec9616039c60987eeee26e5ee.tar.bz2
Add <meta charset> support in the treebuilder.
svn path=/trunk/hubbub/; revision=4991
Diffstat (limited to 'include/hubbub/functypes.h')
-rw-r--r--include/hubbub/functypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hubbub/functypes.h b/include/hubbub/functypes.h
index d41f6bd..8d26926 100644
--- a/include/hubbub/functypes.h
+++ b/include/hubbub/functypes.h
@@ -121,5 +121,10 @@ typedef int (*hubbub_tree_add_attributes)(void *ctx, void *node,
*/
typedef int (*hubbub_tree_set_quirks_mode)(void *ctx, hubbub_quirks_mode mode);
+/**
+ * Type of encoding change notification function
+ */
+typedef int (*hubbub_tree_encoding_change)(void *ctx, uint16_t mibenum);
+
#endif