summaryrefslogtreecommitdiff
path: root/src/tokeniser/entities.h
diff options
context:
space:
mode:
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,