diff options
author | Thomas White <taw@bitwiz.me.uk> | 2019-10-10 17:38:23 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2019-10-10 17:38:23 +0200 |
commit | 23c8103b45433c0bef316c84acbc74db4dcb5621 (patch) | |
tree | 6eaa453f85a00945546ddb9a62a0d25d81ac4c0d /libstorycode/narrative_priv.h | |
parent | 428a3329d1b86c9daa15fa72b2fbbd54859579ca (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.h | 2 |
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 */ |