diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/dive.h | 1 | ||||
-rw-r--r-- | core/equipment.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index 490d228c7..88f818e81 100644 --- a/core/dive.h +++ b/core/dive.h @@ -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[]; diff --git a/core/equipment.h b/core/equipment.h index 463040b6a..96cc43f1f 100644 --- a/core/equipment.h +++ b/core/equipment.h @@ -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 { |