mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 01:54:28 +02:00
Add and use cgit_find_stats_periodname() in print_repo()
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
5ca8df0a3d
commit
b47b7bd1d0
3 changed files with 12 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue