summaryrefslogtreecommitdiffstats
path: root/core/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/selection.h')
-rw-r--r--core/selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/selection.h b/core/selection.h
index e990a697c..a390f0dd7 100644
--- a/core/selection.h
+++ b/core/selection.h
@@ -19,6 +19,7 @@ extern void deselect_dive(struct dive *dive);
extern struct dive *first_selected_dive(void);
extern struct dive *last_selected_dive(void);
extern bool consecutive_selected(void);
+extern void select_newest_visible_dive();
#if DEBUG_SELECTION_TRACKING
extern void dump_selection(void);