summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 487f408..9f9b21e 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -180,14 +180,15 @@ css_error css_stylesheet_style_create(css_stylesheet *sheet, uint32_t len,
css_error css_stylesheet_style_destroy(css_stylesheet *sheet, css_style *style);
css_error css_stylesheet_selector_create(css_stylesheet *sheet,
- css_selector_type type, const css_string *name,
- const css_string *value, css_selector **selector);
+ css_selector_type type, const parserutils_hash_entry *name,
+ const parserutils_hash_entry *value, css_selector **selector);
css_error css_stylesheet_selector_destroy(css_stylesheet *sheet,
css_selector *selector);
css_error css_stylesheet_selector_detail_create(css_stylesheet *sheet,
- css_selector_type type, const css_string *name,
- const css_string *value, css_selector_detail **detail);
+ css_selector_type type, const parserutils_hash_entry *name,
+ const parserutils_hash_entry *value,
+ css_selector_detail **detail);
css_error css_stylesheet_selector_detail_destroy(css_stylesheet *sheet,
css_selector_detail *detail);