summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/css.h b/css/css.h
index e96cdd477..002c30fcd 100644
--- a/css/css.h
+++ b/css/css.h
@@ -196,5 +196,6 @@ 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);
+signed long len(struct css_length * length, struct css_style * style);
#endif