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>
This commit is contained in:
Anton Lundin 2014-07-20 15:07:57 +02:00 committed by Dirk Hohndel
parent 619c1b3ec9
commit d453d5cb37
3 changed files with 8 additions and 8 deletions

View file

@ -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);