aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.h')
-rw-r--r--libstorycode/storycode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstorycode/storycode.h b/libstorycode/storycode.h
index cd98667..6ac2e1f 100644
--- a/libstorycode/storycode.h
+++ b/libstorycode/storycode.h
@@ -50,6 +50,8 @@ extern char unitc(enum length_unit unit);
extern Narrative *storycode_parse_presentation(const char *sc);
extern int storycode_write_presentation(Narrative *n, GOutputStream *fh);
-
+extern int narrative_write_item(Narrative *n, int item, GOutputStream *fh);
+extern int narrative_write_partial_item(Narrative *n, int inum, size_t start, ssize_t end,
+ GOutputStream *fh);
#endif /* STORYCODE_H */