diff options
Diffstat (limited to 'src/schedule.h')
-rw-r--r-- | src/schedule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schedule.h b/src/schedule.h index 06c4713..7d7ac0f 100644 --- a/src/schedule.h +++ b/src/schedule.h @@ -20,6 +20,7 @@ typedef struct decoinfo_t { } decoinfo_t; typedef enum segtype_t { + SEG_ASCENT, SEG_DECO_STOP, SEG_DIVE, SEG_GAS_SWITCH, |