summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index bcb7b17..eaab9c3 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -9,6 +9,7 @@
#define css_stylesheet_h_
#include <inttypes.h>
+#include <stdio.h>
#include <libcss/errors.h>
#include <libcss/functypes.h>
@@ -173,5 +174,7 @@ css_error css_stylesheet_rule_add_selector(css_stylesheet *sheet,
css_error css_stylesheet_add_rule(css_stylesheet *sheet, css_rule *rule);
css_error css_stylesheet_remove_rule(css_stylesheet *sheet, css_rule *rule);
+void css_stylesheet_dump(css_stylesheet *sheet, FILE *target);
+
#endif