about summary refs log tree commit diff stats
path: root/ui-stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-stats.h')
-rw-r--r--ui-stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-stats.h b/ui-stats.h index 341ab13..0e61b03 100644 --- a/ui-stats.h +++ b/ui-stats.h
@@ -20,7 +20,7 @@ struct cgit_period {
20 char *(*pretty)(struct tm *tm); 20 char *(*pretty)(struct tm *tm);
21}; 21};
22 22
23extern int cgit_find_stats_period(const char *expr, struct cgit_period **period); 23extern int cgit_find_stats_period(const char *expr, const struct cgit_period **period);
24extern const char *cgit_find_stats_periodname(int idx); 24extern const char *cgit_find_stats_periodname(int idx);
25 25
26extern void cgit_show_stats(void); 26extern void cgit_show_stats(void);