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 --- src/treebuilder/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/treebuilder/internal.h') diff --git a/src/treebuilder/internal.h b/src/treebuilder/internal.h index 823ed01..2b20fbf 100644 --- a/src/treebuilder/internal.h +++ b/src/treebuilder/internal.h @@ -124,7 +124,7 @@ struct hubbub_treebuilder hubbub_error_handler error_handler; /**< Error handler */ void *error_pw; /**< Error handler data */ - hubbub_alloc alloc; /**< Memory (de)allocation function */ + hubbub_allocator_fn alloc; /**< Memory (de)allocation function */ void *alloc_pw; /**< Client private data */ }; -- cgit v1.2.3