summaryrefslogtreecommitdiff
path: root/src/select/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/hash.h')
-rw-r--r--src/select/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/hash.h b/src/select/hash.h
index 8ca1653..2f388b7 100644
--- a/src/select/hash.h
+++ b/src/select/hash.h
@@ -18,7 +18,7 @@ struct css_selector;
typedef struct css_selector_hash css_selector_hash;
-css_error css_selector_hash_create(css_alloc alloc, void *pw,
+css_error css_selector_hash_create(css_allocator_fn alloc, void *pw,
css_selector_hash **hash);
css_error css_selector_hash_destroy(css_selector_hash *hash);