mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Switch more functions to use gasmix type
This time it's get_gas_string(). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f1d67cfbac
commit
fece3f321f
2 changed files with 17 additions and 18 deletions
1
dive.h
1
dive.h
|
|
@ -652,7 +652,6 @@ struct diveplan {
|
|||
};
|
||||
|
||||
struct divedatapoint *plan_add_segment(struct diveplan *diveplan, int duration, int depth, struct gasmix gasmix, 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, struct gasmix gasmix, int po2);
|
||||
#if DEBUG_PLAN
|
||||
void dump_plan(struct diveplan *diveplan);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue