From b47b7bd1d0fb872763214e674b53a562c7513fc0 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 24 Aug 2009 11:02:48 +0200 Subject: Add and use cgit_find_stats_periodname() in print_repo() Signed-off-by: Lars Hjemli --- ui-stats.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui-stats.h') diff --git a/ui-stats.h b/ui-stats.h index 4f13dba..f0761ba 100644 --- a/ui-stats.h +++ b/ui-stats.h @@ -21,6 +21,7 @@ struct cgit_period { }; extern int cgit_find_stats_period(const char *expr, struct cgit_period **period); +extern const char *cgit_find_stats_periodname(int idx); extern void cgit_show_stats(struct cgit_context *ctx); -- cgit v1.2.1