summaryrefslogtreecommitdiffstats
path: root/statistics.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2016-01-17 21:18:36 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-26 09:16:55 +0100
commit403d6dcfb016a5886a9e6baab34c9868dad2aaf0 (patch)
treeb5885cb37239a17fdf2ae30366d4c1056d4977ff /statistics.h
parentb73f56bc43dac5d43d3d8fe16c9d40ed5987ab1d (diff)
downloadsubsurface-403d6dcfb016a5886a9e6baab34c9868dad2aaf0.tar.gz
Add dive type to statistics window
This adds dive type based division to the "yearly statistics" window. Thus people can see the stats from individually from OC, CCR, PSCR and freedive. See #949 Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 dbab25761..890e6e53c 100644
--- a/statistics.h
+++ b/statistics.h
@@ -39,6 +39,7 @@ extern stats_t stats_selection;
extern stats_t *stats_yearly;
extern stats_t *stats_monthly;
extern stats_t *stats_by_trip;
+extern stats_t *stats_by_type;
extern char *get_time_string_s(int seconds, int maxdays, bool freediving);
extern char *get_minutes(int seconds);