From ef71b3d9674cc97e3a4b8a7cf62ab5ff043a2c77 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Dec 2010 19:03:19 +0000 Subject: Remove init/final and embed entity trie at build time. r=vince svn path=/trunk/hubbub/; revision=10976 --- include/hubbub/hubbub.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/hubbub') diff --git a/include/hubbub/hubbub.h b/include/hubbub/hubbub.h index d6ddc01..005ec82 100644 --- a/include/hubbub/hubbub.h +++ b/include/hubbub/hubbub.h @@ -17,13 +17,6 @@ extern "C" #include #include -/* Initialise the Hubbub library for use */ -hubbub_error hubbub_initialise(const char *aliases_file, - hubbub_allocator_fn alloc, void *pw); - -/* Clean up after Hubbub */ -hubbub_error hubbub_finalise(hubbub_allocator_fn alloc, void *pw); - #ifdef __cplusplus } #endif -- cgit v1.2.3