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, 1 insertions, 1 deletions
diff --git a/css/css.h b/css/css.h
index c96b2a250..41772dcab 100644
--- a/css/css.h
+++ b/css/css.h
@@ -538,6 +538,6 @@ colour named_colour(const char *name);
void css_dump_style(const struct css_style * const style);
void css_dump_stylesheet(const struct css_stylesheet * stylesheet);
-float len(struct css_length * length, struct css_style * style);
+float css_len2px(struct css_length * length, struct css_style * style);
#endif