summaryrefslogtreecommitdiff
path: root/include/hubbub/parser.h
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-02 02:19:01 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-02 02:19:01 +0000
commit6228480959a21db776dcd04684f427942e83bc42 (patch)
tree5e3f1240fa9d91037899c930a7827f381413304c /include/hubbub/parser.h
parent0b9f5112b7caf1dfa8051252d6d4346d2f67a51c (diff)
downloadlibhubbub-6228480959a21db776dcd04684f427942e83bc42.tar.gz
libhubbub-6228480959a21db776dcd04684f427942e83bc42.tar.bz2
Stop pretending Hubbub has an internal encoding.
svn path=/trunk/hubbub/; revision=4859
Diffstat (limited to 'include/hubbub/parser.h')
-rw-r--r--include/hubbub/parser.h2
1 files changed, 1 insertions, 1 deletions
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);