From a70196587f7213a6b25791b3faa6590674829ba1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Apr 2009 00:38:31 +0000 Subject: hubbub_alloc -> hubbub_allocator_fn svn path=/trunk/hubbub/; revision=7043 --- 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 803ec21..5716d0d 100644 --- a/include/hubbub/parser.h +++ b/include/hubbub/parser.h @@ -57,7 +57,7 @@ typedef union hubbub_parser_optparams { /* Create a hubbub parser */ hubbub_error hubbub_parser_create(const char *enc, bool fix_enc, - hubbub_alloc alloc, void *pw, hubbub_parser **parser); + hubbub_allocator_fn alloc, void *pw, hubbub_parser **parser); /* Destroy a hubbub parser */ hubbub_error hubbub_parser_destroy(hubbub_parser *parser); -- cgit v1.2.3