From fc6b96707730c54fb7ac4040680d79864169b5e0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 27 Jul 2009 19:38:34 +0000 Subject: Calculate the in-memory size of stylesheets and provide some API to access this. svn path=/trunk/libcss/; revision=8830 --- src/select/hash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/select/hash.h') 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 -- cgit v1.2.3