cleanup: move cylinder_use_text declaration to equipment.h

This is unrelated to struct dive and also wasn't defined in
dive.c

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-10-25 18:27:01 +01:00 committed by Dirk Hohndel
parent df4c0ed403
commit f2494931e9
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,6 @@ extern "C" {
extern int last_xml_version;
extern const char *cylinderuse_text[NUM_GAS_USE];
extern const char *divemode_text_ui[];
extern const char *divemode_text[];

View file

@ -11,6 +11,7 @@ extern "C" {
struct dive;
enum cylinderuse {OC_GAS, DILUENT, OXYGEN, NOT_USED, NUM_GAS_USE}; // The different uses for cylinders
extern const char *cylinderuse_text[NUM_GAS_USE];
typedef struct
{