summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-10-06 18:32:37 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-10-06 18:32:37 +0000
commite0f1048bbeb7dfff28d32edba4a7944a411f6299 (patch)
tree87c15ca795091b136d4cfff95e59e76708bd5ef5 /src/parse/propstrings.h
parentab11c1079c02672f61eb01783c2fd7363550c291 (diff)
downloadlibcss-e0f1048bbeb7dfff28d32edba4a7944a411f6299.tar.gz
libcss-e0f1048bbeb7dfff28d32edba4a7944a411f6299.tar.bz2
Avoid interning propstrings table for every stylesheet, style tag and style attribute.
svn path=/trunk/libcss/; revision=12972
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 25fe113..9ae3cf3 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -131,5 +131,8 @@ typedef struct stringmap_entry {
extern const stringmap_entry stringmap[LAST_KNOWN];
+css_error css__propstrings_get(lwc_string ***strings);
+void css__propstrings_unref(void);
+
#endif