summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 2dec80f..bb3f1ff 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -70,7 +70,7 @@ typedef struct css_select_handler {
bool *match);
} css_select_handler;
-css_error css_select_ctx_create(css_alloc alloc, void *pw,
+css_error css_select_ctx_create(css_allocator_fn alloc, void *pw,
css_select_ctx **result);
css_error css_select_ctx_destroy(css_select_ctx *ctx);