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/hubbub.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/hubbub/hubbub.h') diff --git a/include/hubbub/hubbub.h b/include/hubbub/hubbub.h index 8a15eca..7de7e5c 100644 --- a/include/hubbub/hubbub.h +++ b/include/hubbub/hubbub.h @@ -14,10 +14,10 @@ /* Initialise the Hubbub library for use */ hubbub_error hubbub_initialise(const char *aliases_file, - hubbub_alloc alloc, void *pw); + hubbub_allocator_fn alloc, void *pw); /* Clean up after Hubbub */ -hubbub_error hubbub_finalise(hubbub_alloc alloc, void *pw); +hubbub_error hubbub_finalise(hubbub_allocator_fn alloc, void *pw); #endif -- cgit v1.2.3