summaryrefslogtreecommitdiff
path: root/src/select/hash.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 22:55:32 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 22:55:32 +0000
commitf1f3155ef6f28fb8595920e5423336b39bba4ed0 (patch)
treef7016ea23c888285ac255d06a42a7205ecca48fe /src/select/hash.h
parentd0d70a21234ce34ab606c403cdb205897ace0cbb (diff)
downloadlibcss-f1f3155ef6f28fb8595920e5423336b39bba4ed0.tar.gz
libcss-f1f3155ef6f28fb8595920e5423336b39bba4ed0.tar.bz2
Port libcss to libwapcaplet.
It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517
Diffstat (limited to 'src/select/hash.h')
-rw-r--r--src/select/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/hash.h b/src/select/hash.h
index 2f388b7..b116021 100644
--- a/src/select/hash.h
+++ b/src/select/hash.h
@@ -8,7 +8,7 @@
#ifndef css_select_hash_h_
#define css_select_hash_h_
-#include <parserutils/utils/hash.h>
+#include <libwapcaplet/libwapcaplet.h>
#include <libcss/errors.h>
#include <libcss/functypes.h>
@@ -28,7 +28,7 @@ css_error css_selector_hash_remove(css_selector_hash *hash,
const struct css_selector *selector);
css_error css_selector_hash_find(css_selector_hash *hash,
- const parserutils_hash_entry *name,
+ lwc_string *name,
const struct css_selector ***matched);
css_error css_selector_hash_iterate(css_selector_hash *hash,
const struct css_selector **current,