From 11a6b186904eb770bd433521a24e0a8dadedfbc5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 19 May 2013 22:42:24 -0700 Subject: Display the statistics This would be correct if the current selection code wasn't broken. Right now we only add to our internal notion of what is selected - we never deselect anything. Once that is fixed, thestatistics should be correctly displayed. Signed-off-by: Dirk Hohndel --- statistics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'statistics.h') 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 } -- cgit v1.2.3-70-g09d2