diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ typedef struct { struct gasmix gasmix; pressure_t start, end, sample_start, sample_end; depth_t depth; + bool used; } cylinder_t; typedef struct { |