summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 4d736b119..d05f1d1b4 100644
--- a/dive.h
+++ b/dive.h
@@ -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 {