From 80cfe125983eb126a9f8afd974196cf0bf347877 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 27 Mar 2010 16:10:57 +0000 Subject: Fix libcss to use new libwapcaplet behaviour. TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162 --- src/select/hash.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/select/hash.h') diff --git a/src/select/hash.h b/src/select/hash.h index e705554..e1f2542 100644 --- a/src/select/hash.h +++ b/src/select/hash.h @@ -22,8 +22,7 @@ typedef css_error (*css_selector_hash_iterator)(css_selector_hash *hash, const struct css_selector **current, const struct css_selector ***next); -css_error css_selector_hash_create(lwc_context *dict, - css_allocator_fn 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