summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
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