summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dive.h b/dive.h
index 41f427a2c..cc27ab861 100644
--- a/dive.h
+++ b/dive.h
@@ -236,6 +236,7 @@ struct event {
struct dive {
int number;
+ int selected;
time_t when;
char *location;
char *notes;
@@ -284,7 +285,6 @@ struct dive_table {
extern struct dive_table dive_table;
-extern int *selectiontracker;
extern int selected_dive;
#define current_dive (get_dive(selected_dive))
@@ -355,7 +355,7 @@ extern void evn_foreach(void (*callback)(const char *, int *, void *), void *dat
extern int add_new_dive(struct dive *dive);
extern int edit_dive_info(struct dive *dive);
-extern int edit_multi_dive_info(int nr, int *indices);
+extern int edit_multi_dive_info(int idx);
extern void dive_list_update_dives(void);
extern void flush_divelist(struct dive *dive);