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 --- src/tokeniser/entities.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/tokeniser/entities.h') diff --git a/src/tokeniser/entities.h b/src/tokeniser/entities.h index 1cc091a..0703b37 100644 --- a/src/tokeniser/entities.h +++ b/src/tokeniser/entities.h @@ -13,13 +13,8 @@ #include #include -/* Create the entities dictionary */ -hubbub_error hubbub_entities_create(hubbub_allocator_fn alloc, void *pw); -/* Destroy the entities dictionary */ -void hubbub_entities_destroy(hubbub_allocator_fn alloc, void *pw); - /* Step-wise search for an entity in the dictionary */ hubbub_error hubbub_entities_search_step(uint8_t c, uint32_t *result, - void **context); + int32_t *context); #endif -- cgit v1.2.3