aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-10-10 17:38:23 +0200
committerThomas White <taw@bitwiz.me.uk>2019-10-10 17:38:23 +0200
commit23c8103b45433c0bef316c84acbc74db4dcb5621 (patch)
tree6eaa453f85a00945546ddb9a62a0d25d81ac4c0d /libstorycode/narrative_priv.h
parent428a3329d1b86c9daa15fa72b2fbbd54859579ca (diff)
Make symbol names unique across all files
Enables Meson unity builds, helps ctags work, and reduces space for bugs
Diffstat (limited to 'libstorycode/narrative_priv.h')
-rw-r--r--libstorycode/narrative_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/narrative_priv.h b/libstorycode/narrative_priv.h
index dcf8831..fafaa59 100644
--- a/libstorycode/narrative_priv.h
+++ b/libstorycode/narrative_priv.h
@@ -97,7 +97,7 @@ struct _narrative
double space_b;
};
-extern int which_run(struct narrative_item *item, size_t item_offs, size_t *run_offs);
+extern int narrative_which_run(struct narrative_item *item, size_t item_offs, size_t *run_offs);
#endif /* NARRATIVE_PRIV_H */