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 6750c0a18..6767ade64 100644
--- a/css/css.h
+++ b/css/css.h
@@ -663,6 +663,8 @@ void css_merge(struct css_style * const style,
void css_parse_property_list(struct content *c, struct css_style * style,
char * str);
colour named_colour(const char *name);
+colour hex_colour(const char *text, int length);
+
void css_dump_style(const struct css_style * const style);
void css_dump_stylesheet(const struct css_stylesheet * stylesheet);