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 8fcd600a1..32e2075f6 100644
--- a/divelist.h
+++ b/divelist.h
@@ -16,6 +16,7 @@ extern void select_prev_dive(void);
extern void show_and_select_dive(struct dive *dive);
extern double init_decompression(struct dive * dive);
extern void export_all_dives_uddf_cb();
+extern void upload_all_dives_divelogs_cb();
/* divelist core logic functions */
extern dive_trip_t *find_trip_by_idx(int idx);