summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 44023b705..43b7b8d59 100644
--- a/dive.h
+++ b/dive.h
@@ -278,6 +278,7 @@ typedef struct dive_trip {
timestamp_t when_from_file;
char *location;
char *notes;
+ struct dive *dives;
int nrdives;
int expanded:1, selected:1;
} dive_trip_t;
@@ -286,6 +287,7 @@ struct dive {
int number;
tripflag_t tripflag;
dive_trip_t *divetrip;
+ struct dive *next, **pprev;
int selected;
gboolean downloaded;
int start, end;