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.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/select/hash.c') diff --git a/src/select/hash.c b/src/select/hash.c index 7eee644..2a30a5f 100644 --- a/src/select/hash.c +++ b/src/select/hash.c @@ -22,7 +22,7 @@ struct css_selector_hash { hash_entry *slots; - css_alloc alloc; + css_allocator_fn alloc; void *pw; }; @@ -39,7 +39,7 @@ static inline uint32_t _hash_name(const parserutils_hash_entry *name); * \param hash Pointer to location to receive result * \return CSS_OK on success, appropriate error otherwise */ -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_selector_hash *h; -- cgit v1.2.3