summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'divelist.h')
-rw-r--r--divelist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h
index 1485dd97b..af52a0368 100644
--- a/divelist.h
+++ b/divelist.h
@@ -44,6 +44,7 @@ extern void remove_dive_from_trip(struct dive *dive);
extern dive_trip_t *create_and_hookup_trip_from_dive(struct dive *dive);
extern void autogroup_dives(void);
extern struct dive *merge_two_dives(struct dive *a, struct dive *b);
+extern bool consecutive_selected();
extern void select_dive(int idx);
extern void deselect_dive(int idx);