summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index eb9accb6f..b42668c16 100644
--- a/dive.h
+++ b/dive.h
@@ -281,6 +281,7 @@ struct dive_table {
extern struct dive_table dive_table;
+extern int *selectiontracker;
extern int selected_dive;
#define current_dive (get_dive(selected_dive))