diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 22:42:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 22:48:31 -0700 |
commit | 11a6b186904eb770bd433521a24e0a8dadedfbc5 (patch) | |
tree | c0b4c96c9a86bb8199f399b76c2c9d29549b7e4d /statistics.h | |
parent | e818f0352b4f7a036b34e7f67ba0fd45654e4d63 (diff) | |
download | subsurface-11a6b186904eb770bd433521a24e0a8dadedfbc5.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to 'statistics.h')
-rw-r--r-- | statistics.h | 1 |
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 } |