summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 931dcf1..72e9767 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -25,12 +25,12 @@ enum css_pseudo_element {
typedef struct css_select_handler {
css_error (*node_name)(void *pw, void *node,
- lwc_context *dict, lwc_string **name);
+ lwc_string **name);
css_error (*node_classes)(void *pw, void *node,
- lwc_context *dict, lwc_string ***classes,
+ lwc_string ***classes,
uint32_t *n_classes);
css_error (*node_id)(void *pw, void *node,
- lwc_context *dict, lwc_string **id);
+ lwc_string **id);
css_error (*named_ancestor_node)(void *pw, void *node,
lwc_string *name, void **ancestor);