summaryrefslogtreecommitdiff
path: root/include/hubbub/functypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hubbub/functypes.h')
-rw-r--r--include/hubbub/functypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hubbub/functypes.h b/include/hubbub/functypes.h
index f7f2467..021c403 100644
--- a/include/hubbub/functypes.h
+++ b/include/hubbub/functypes.h
@@ -24,7 +24,7 @@
* \param pw Pointer to client data
* \return Pointer to allocated object, or NULL on failure
*/
-typedef void *(*hubbub_alloc)(void *ptr, size_t size, void *pw);
+typedef void *(*hubbub_allocator_fn)(void *ptr, size_t size, void *pw);
/**
* Type of token handling function