aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/slide_priv.h')
-rw-r--r--libstorycode/slide_priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h
index 64e6d75..d415d33 100644
--- a/libstorycode/slide_priv.h
+++ b/libstorycode/slide_priv.h
@@ -76,4 +76,7 @@ struct _slide
SlideItem *items;
};
+extern int slide_which_run(struct slide_text_paragraph *para, size_t item_offs,
+ size_t *run_offs);
+
#endif /* SLIDE_PRIV_H */