From b47b7bd1d0fb872763214e674b53a562c7513fc0 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 24 Aug 2009 09:02:48 +0000 Subject: Add and use cgit_find_stats_periodname() in print_repo() Signed-off-by: Lars Hjemli --- (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 v0.9.0.2