diff options
Diffstat (limited to 'subsurface-core/statistics.h')
-rw-r--r-- | subsurface-core/statistics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/statistics.h b/subsurface-core/statistics.h index dbab25761..890e6e53c 100644 --- a/subsurface-core/statistics.h +++ b/subsurface-core/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); |