summaryrefslogtreecommitdiff
path: root/src/utils/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/dict.h')
-rw-r--r--src/utils/dict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/dict.h b/src/utils/dict.h
index 4ea4440..9718542 100644
--- a/src/utils/dict.h
+++ b/src/utils/dict.h
@@ -16,7 +16,7 @@
typedef struct hubbub_dict hubbub_dict;
/* Create a dictionary */
-hubbub_error hubbub_dict_create(hubbub_alloc alloc, void *pw,
+hubbub_error hubbub_dict_create(hubbub_allocator_fn alloc, void *pw,
hubbub_dict **dict);
/* Destroy a dictionary */
hubbub_error hubbub_dict_destroy(hubbub_dict *dict);