summaryrefslogtreecommitdiff
path: root/include/hubbub
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:48:32 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:48:32 +0000
commit4aef3c775e93d5add0277941fe0ecccc91d4ccb3 (patch)
treefa52e2dad3bdb51f28e48ecfd15e4d1dc8ba6bb7 /include/hubbub
parent5eb5ec3682ba75cec9616039c60987eeee26e5ee (diff)
downloadlibhubbub-4aef3c775e93d5add0277941fe0ecccc91d4ccb3.tar.gz
libhubbub-4aef3c775e93d5add0277941fe0ecccc91d4ccb3.tar.bz2
Make the encoding change callback send the textual name rather than the mibenum value.
svn path=/trunk/hubbub/; revision=4992
Diffstat (limited to 'include/hubbub')
-rw-r--r--include/hubbub/functypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hubbub/functypes.h b/include/hubbub/functypes.h
index 8d26926..b525980 100644
--- a/include/hubbub/functypes.h
+++ b/include/hubbub/functypes.h
@@ -124,7 +124,7 @@ 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);
+typedef int (*hubbub_tree_encoding_change)(void *ctx, const char *encname);
#endif