aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2020-01-05 23:45:15 +0100
committerThomas White <taw@bitwiz.me.uk>2020-01-05 23:45:15 +0100
commit9c45f71e39f0c0ded10d4c837dcaece44dcd379e (patch)
tree652e21f6f6af6ce65c10c7bf132b360014ddfba4 /libstorycode/storycode.h
parentc6d6e0b4a175b39151fec94daeaf8922a7b27eac (diff)
Cut/copy in Storycode format
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 */