summaryrefslogtreecommitdiff
path: root/src/select/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/hash.h')
-rw-r--r--src/select/hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/select/hash.h b/src/select/hash.h
index 59c8b76..9beaa6b 100644
--- a/src/select/hash.h
+++ b/src/select/hash.h
@@ -35,5 +35,7 @@ css_error css_selector_hash_iterate(css_selector_hash *hash,
const struct css_selector **current,
const struct css_selector ***next);
+css_error css_selector_hash_size(css_selector_hash *hash, size_t *size);
+
#endif