From 7c3e35e586771fcdd0ebfe59f67f7dbc68ef8226 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 14 Feb 2009 11:54:37 +0000 Subject: Drop css_error_handler and rename css_alloc to css_allocator_fn svn path=/trunk/libcss/; revision=6482 --- src/select/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/hash.h') 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); -- cgit v1.2.3