aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-03 00:03:02 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-03 00:03:02 +0200
commit65b623afe376e0331e106f00f487b755d555b7d1 (patch)
treeac74d02c668b8fc51d8ab5918c98616c26249af0 /libstorycode/stylesheet.h
parent50f6327a047673818e9b121ae9128b54c92cb90f (diff)
Stylesheet saving skeleton
Diffstat (limited to 'libstorycode/stylesheet.h')
-rw-r--r--libstorycode/stylesheet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/stylesheet.h b/libstorycode/stylesheet.h
index 26b1fe5..98ac089 100644
--- a/libstorycode/stylesheet.h
+++ b/libstorycode/stylesheet.h
@@ -109,5 +109,6 @@ extern int stylesheet_get_padding(Stylesheet *s, enum style_element el,
extern int stylesheet_get_paraspace(Stylesheet *s, enum style_element el,
struct length paraspace[4]);
+extern char *stylesheet_serialise(Stylesheet *s);
#endif /* STYLESHEET_H */