aboutsummaryrefslogtreecommitdiffstats
path: root/core/trip.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/trip.h')
-rw-r--r--core/trip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/trip.h b/core/trip.h
index 3b7fec44d..2ca2791cd 100644
--- a/core/trip.h
+++ b/core/trip.h
@@ -42,6 +42,7 @@ extern dive_trip_t *create_trip_from_dive(struct dive *dive);
extern dive_trip_t *create_and_hookup_trip_from_dive(struct dive *dive, struct trip_table *trip_table_arg);
extern dive_trip_t *get_dives_to_autogroup(struct dive_table *table, int start, int *from, int *to, bool *allocated);
extern dive_trip_t *get_trip_for_new_dive(struct dive *new_dive, bool *allocated);
+extern bool trips_overlap(const struct dive_trip *t1, const struct dive_trip *t2);
extern void select_dives_in_trip(struct dive_trip *trip);
extern void deselect_dives_in_trip(struct dive_trip *trip);