summaryrefslogtreecommitdiff
path: root/src/tokeniser/entities.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-04 00:38:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-04 00:38:31 +0000
commita70196587f7213a6b25791b3faa6590674829ba1 (patch)
treef42b494d684b364f6c7a3ee6b853400625ba6014 /src/tokeniser/entities.h
parenta3afa7e6b09d01d1a7b6a8ab0b94217e392f7cb9 (diff)
downloadlibhubbub-a70196587f7213a6b25791b3faa6590674829ba1.tar.gz
libhubbub-a70196587f7213a6b25791b3faa6590674829ba1.tar.bz2
hubbub_alloc -> hubbub_allocator_fn
svn path=/trunk/hubbub/; revision=7043
Diffstat (limited to 'src/tokeniser/entities.h')
-rw-r--r--src/tokeniser/entities.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tokeniser/entities.h b/src/tokeniser/entities.h
index efd1987..1cc091a 100644
--- a/src/tokeniser/entities.h
+++ b/src/tokeniser/entities.h
@@ -14,9 +14,9 @@
#include <hubbub/functypes.h>
/* Create the entities dictionary */
-hubbub_error hubbub_entities_create(hubbub_alloc alloc, void *pw);
+hubbub_error hubbub_entities_create(hubbub_allocator_fn alloc, void *pw);
/* Destroy the entities dictionary */
-void hubbub_entities_destroy(hubbub_alloc alloc, void *pw);
+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,