From 6228480959a21db776dcd04684f427942e83bc42 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sat, 2 Aug 2008 02:19:01 +0000 Subject: Stop pretending Hubbub has an internal encoding. svn path=/trunk/hubbub/; revision=4859 --- include/hubbub/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hubbub/parser.h') diff --git a/include/hubbub/parser.h b/include/hubbub/parser.h index 4249426..5e8e2e7 100644 --- a/include/hubbub/parser.h +++ b/include/hubbub/parser.h @@ -52,7 +52,7 @@ typedef union hubbub_parser_optparams { } hubbub_parser_optparams; /* Create a hubbub parser */ -hubbub_parser *hubbub_parser_create(const char *enc, const char *int_enc, +hubbub_parser *hubbub_parser_create(const char *enc, hubbub_alloc alloc, void *pw); /* Destroy a hubbub parser */ void hubbub_parser_destroy(hubbub_parser *parser); -- cgit v1.2.3