aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/narrative.h')
-rw-r--r--libstorycode/narrative.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/narrative.h b/libstorycode/narrative.h
index c7666b7..3e21ca1 100644
--- a/libstorycode/narrative.h
+++ b/libstorycode/narrative.h
@@ -61,6 +61,7 @@ extern void narrative_delete_block(Narrative *n, int i1, size_t o1,
int i2, size_t o2);
extern void narrative_split_item(Narrative *n, int i1, size_t o1);
extern int narrative_get_num_items(Narrative *n);
+extern int narrative_get_num_items_to_eop(Narrative *n);
extern int narrative_get_num_slides(Narrative *n);
extern Slide *narrative_get_slide(Narrative *n, int para);
extern Slide *narrative_get_slide_by_number(Narrative *n, int pos);