diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ struct sample { duration_t ndl; duration_t stoptime; depth_t stopdepth; + gboolean in_deco; int cns; int po2; }; |