From 4aef3c775e93d5add0277941fe0ecccc91d4ccb3 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sun, 10 Aug 2008 16:48:32 +0000 Subject: Make the encoding change callback send the textual name rather than the mibenum value. svn path=/trunk/hubbub/; revision=4992 --- include/hubbub/functypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3