aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-20 17:09:25 +0100
committerThomas White <taw@bitwiz.org.uk>2011-10-20 17:09:25 +0100
commit32124e557dd9d1e25b0b279fb94e83f717a83ab0 (patch)
treea179370560b552ede4fda27c819b3ae72a432e25 /src/stylesheet.h
parentdeaca1631241ceb0e9e487b1d44bc3401320c5d9 (diff)
The serializer
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 */