diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-20 15:07:57 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-11 08:41:57 -0700 |
commit | d453d5cb37dcec5341c9ef8e6063665dc5b629b8 (patch) | |
tree | 315163eca377f38b654b751a89af756282e12235 /divelist.h | |
parent | 619c1b3ec9eece0967fc89475a21ff34946eabd6 (diff) | |
download | subsurface-d453d5cb37dcec5341c9ef8e6063665dc5b629b8.tar.gz |
Rename dive gas function and defines for clarity
This renames the dive gas functions to not talk about just nitrox, and
to instead talk about gas.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.h b/divelist.h index 4eafd5dd4..96722e819 100644 --- a/divelist.h +++ b/divelist.h @@ -15,7 +15,7 @@ extern double init_decompression(struct dive *dive); /* divelist core logic functions */ extern void process_dives(bool imported, bool prefer_imported); -extern char *get_nitrox_string(struct dive *dive); +extern char *get_dive_gas_string(struct dive *dive); extern dive_trip_t *find_trip_by_idx(int idx); |