From 6df8f99a707326655b4f285920f19fef6d9eb90a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 14 Oct 2008 15:44:05 +0000 Subject: Fixup dubious charsets svn path=/trunk/hubbub/; revision=5575 --- include/hubbub/parser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/hubbub/parser.h b/include/hubbub/parser.h index 68a9d27..2e34b5e 100644 --- a/include/hubbub/parser.h +++ b/include/hubbub/parser.h @@ -8,6 +8,7 @@ #ifndef hubbub_parser_h_ #define hubbub_parser_h_ +#include #include #include @@ -55,7 +56,7 @@ typedef union hubbub_parser_optparams { } hubbub_parser_optparams; /* Create a hubbub parser */ -hubbub_parser *hubbub_parser_create(const char *enc, +hubbub_parser *hubbub_parser_create(const char *enc, bool fix_enc, hubbub_alloc alloc, void *pw); /* Destroy a hubbub parser */ void hubbub_parser_destroy(hubbub_parser *parser); -- cgit v1.2.3