From 5eb5ec3682ba75cec9616039c60987eeee26e5ee Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sun, 10 Aug 2008 16:37:52 +0000 Subject: Add support in the treebuilder. svn path=/trunk/hubbub/; revision=4991 --- include/hubbub/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hubbub/tree.h') diff --git a/include/hubbub/tree.h b/include/hubbub/tree.h index 7e2e11f..0a286a0 100644 --- a/include/hubbub/tree.h +++ b/include/hubbub/tree.h @@ -30,6 +30,7 @@ typedef struct hubbub_tree_handler { hubbub_tree_form_associate form_associate; hubbub_tree_add_attributes add_attributes; hubbub_tree_set_quirks_mode set_quirks_mode; + hubbub_tree_encoding_change encoding_change; void *ctx; } hubbub_tree_handler; -- cgit v1.2.3