diff options
Diffstat (limited to 'ui-stats.h')
-rw-r--r-- | ui-stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ struct cgit_period { | |||
21 | }; | 21 | }; |
22 | 22 | ||
23 | extern int cgit_find_stats_period(const char *expr, struct cgit_period **period); | 23 | extern int cgit_find_stats_period(const char *expr, struct cgit_period **period); |
24 | extern const char *cgit_find_stats_periodname(int idx); | ||
24 | 25 | ||
25 | extern void cgit_show_stats(struct cgit_context *ctx); | 26 | extern void cgit_show_stats(struct cgit_context *ctx); |
26 | 27 | ||