aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.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/storycode.h
parent50f6327a047673818e9b121ae9128b54c92cb90f (diff)
Stylesheet saving skeleton
Diffstat (limited to 'libstorycode/storycode.h')
-rw-r--r--libstorycode/storycode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/storycode.h b/libstorycode/storycode.h
index f941493..c3d5d5b 100644
--- a/libstorycode/storycode.h
+++ b/libstorycode/storycode.h
@@ -30,6 +30,7 @@
#include "narrative.h"
extern Narrative *storycode_parse_presentation(const char *sc);
+extern int storycode_write_presentation(Narrative *n, GOutputStream *fh);
#endif /* STORYCODE_H */