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 f7a7b3048..d8f922e61 100644
--- a/css/css.h
+++ b/css/css.h
@@ -693,7 +693,7 @@ void css_parse_property_list(struct content *c, struct css_style * style,
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_style(FILE *stream, const struct css_style * const style);
void css_dump_stylesheet(const struct css_stylesheet * stylesheet);
float css_len2px(const struct css_length *length,