diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -246,6 +246,7 @@ typedef struct dive_trip { timestamp_t when_from_file; char *location; char *notes; + int expanded:1, selected:1; } dive_trip_t; struct dive { |