diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 16:10:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 16:12:01 -0700 |
commit | fece3f321fb7040da5d34186598db006da7ef7d2 (patch) | |
tree | 4795764da35bba3374d216c09ff5a28d3946d7d3 /dive.h | |
parent | f1d67cfbacd1e879725e5ebeb2774439246764a4 (diff) | |
download | subsurface-fece3f321fb7040da5d34186598db006da7ef7d2.tar.gz |
Switch more functions to use gasmix type
This time it's get_gas_string().
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |