aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 5b3bdb1..113e38e 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -28,6 +28,9 @@
#endif
+#include "loadsave.h"
+
+
enum justify
{
J_LEFT = 0,
@@ -87,4 +90,6 @@ extern StyleSheet *load_stylesheet(const char *filename);
extern struct style *find_style(StyleSheet *ss, const char *name);
+extern void write_stylesheet(StyleSheet *ss, struct serializer *ser);
+
#endif /* STYLESHEET_H */