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 34b1ec549..91694f8c3 100644
--- a/dive.h
+++ b/dive.h
@@ -287,6 +287,7 @@ typedef struct dive_trip {
char *notes;
struct dive *dives;
int nrdives;
+ int index;
unsigned expanded:1, selected:1, autogen:1;
struct dive_trip *next;
} dive_trip_t;