diff options
Diffstat (limited to 'statistics.h')
-rw-r--r-- | statistics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/statistics.h b/statistics.h index 47fd24d3c..5f6e306c4 100644 --- a/statistics.h +++ b/statistics.h @@ -31,10 +31,13 @@ typedef struct { unsigned int selection_size; unsigned int total_sac_time; bool is_year; + bool is_trip; + char *location; } stats_t; extern stats_t stats_selection; extern stats_t *stats_yearly; extern stats_t *stats_monthly; +extern stats_t *stats_by_trip; extern char *get_time_string(int seconds, int maxdays); extern char *get_minutes(int seconds); |