aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-10-04 21:34:41 +0200
committerThomas White <taw@physics.org>2019-10-05 17:03:43 +0200
commit309ca67853b35f3f652686dbb52ca5182b81d0a7 (patch)
tree496e3be89df38182f37cba39291ec77517d93a30 /libstorycode/narrative_priv.h
parent91242b8dc8ae39add836c730d6e77d44222bdde3 (diff)
Implement which_run()
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 */