diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index 76f01a8c0..18c40c6cf 100644 --- a/core/dive.h +++ b/core/dive.h @@ -293,7 +293,6 @@ struct dive_table { typedef struct dive_trip { - timestamp_t when; char *location; char *notes; struct dive_table dives; @@ -432,6 +431,7 @@ extern void delete_single_dive(int idx); extern void insert_trip(dive_trip_t *trip); extern void unregister_trip(dive_trip_t *trip); extern void free_trip(dive_trip_t *trip); +extern timestamp_t trip_date(const struct dive_trip *trip); extern const struct units SI_units, IMPERIAL_units; |