diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-03-31 22:18:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-31 22:18:00 -0700 |
commit | 0de21c24fa0bfdad5a828a39821c7761ecc2f946 (patch) | |
tree | 30d6a5bb9bc3bd8a1ddeae731ce72d749b002030 /dive.h | |
parent | 45767961e88c85eb3bf3f8cbff1c9c675eca4904 (diff) | |
parent | 18ec989ef51b5357d76db85d467626141d5e2429 (diff) | |
download | subsurface-0de21c24fa0bfdad5a828a39821c7761ecc2f946.tar.gz |
Merge branch 'planner-mods'
Nothing exciting here, just a few independent changes close to each other.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -837,7 +837,7 @@ struct diveplan { struct divedatapoint *dp; }; -struct divedatapoint *plan_add_segment(struct diveplan *diveplan, int duration, int depth, int o2, int he, int po2); +struct divedatapoint *plan_add_segment(struct diveplan *diveplan, int duration, int depth, int o2, int he, int po2, bool entered); void get_gas_string(int o2, int he, char *buf, int len); struct divedatapoint *create_dp(int time_incr, int depth, int o2, int he, int po2); void dump_plan(struct diveplan *diveplan); |