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, 1 insertions, 3 deletions
diff --git a/libstorycode/narrative_priv.h b/libstorycode/narrative_priv.h
index 4862455..dcf8831 100644
--- a/libstorycode/narrative_priv.h
+++ b/libstorycode/narrative_priv.h
@@ -97,9 +97,7 @@ 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);
+extern int which_run(struct narrative_item *item, size_t item_offs, size_t *run_offs);
#endif /* NARRATIVE_PRIV_H */