aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.h
diff options
context:
space:
mode:
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 */