From 528795a5daf767532a42b492db29deeadebcb249 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 14 Dec 2013 23:15:34 +0000 Subject: Remove client allocation function and update for new lpu API. --- 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 cd5d6b5..bdc5e20 100644 --- a/include/hubbub/parser.h +++ b/include/hubbub/parser.h @@ -65,7 +65,7 @@ typedef union hubbub_parser_optparams { /* Create a hubbub parser */ hubbub_error hubbub_parser_create(const char *enc, bool fix_enc, - hubbub_allocator_fn alloc, void *pw, hubbub_parser **parser); + hubbub_parser **parser); /* Destroy a hubbub parser */ hubbub_error hubbub_parser_destroy(hubbub_parser *parser); -- cgit v1.2.3