aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/narrative_priv.h')
-rw-r--r--libstorycode/narrative_priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstorycode/narrative_priv.h b/libstorycode/narrative_priv.h
index ec3ffb5..86aa612 100644
--- a/libstorycode/narrative_priv.h
+++ b/libstorycode/narrative_priv.h
@@ -99,5 +99,9 @@ struct _narrative
double space_b;
};
+extern int text_index_to_layout(struct narrative_item *item, int idx);
+
+extern int layout_index_to_text(struct narrative_item *item, int idx);
+
#endif /* NARRATIVE_PRIV_H */