summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/css.h b/css/css.h
index e5f36039d..e96cdd477 100644
--- a/css/css.h
+++ b/css/css.h
@@ -194,5 +194,7 @@ void css_cascade(struct css_style * const style, const struct css_style * const
void css_merge(struct css_style * const style, const struct css_style * const apply);
void css_parse_property_list(struct css_style * style, char * str);
colour named_colour(const char *name);
+void css_dump_style(const struct css_style * const style);
+
#endif