aboutsummaryrefslogtreecommitdiffstats
path: root/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'statistics.h')
-rw-r--r--statistics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/statistics.h b/statistics.h
index 81a560568..ada660244 100644
--- a/statistics.h
+++ b/statistics.h
@@ -41,6 +41,7 @@ extern void process_all_dives(struct dive *dive, struct dive **prev_dive);
extern void get_selected_dives_text(char *buffer, int size);
extern volume_t get_gas_used(struct dive *dive);
extern char *get_gaslist(struct dive *dive);
+extern void process_selected_dives(void);
#ifdef __cplusplus
}