X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d6174b7aab476c2b6a86e59d98cf978d603045f4..7358f63015a27d1c22816a3c1f734c3d4beed115:/ui-stats.h diff --git a/ui-stats.h b/ui-stats.h index 4f13dba..341ab13 100644 --- a/ui-stats.h +++ b/ui-stats.h @@ -21,7 +21,8 @@ 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); +extern void cgit_show_stats(void); #endif /* UI_STATS_H */