mirror of
https://git.zx2c4.com/cgit
synced 2025-06-23 10:18:41 +02:00
ui-shared: add and use cgit_stats_link()
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
fb2f3f6c29
commit
eaf2d25c16
2 changed files with 10 additions and 2 deletions
|
@ -30,6 +30,8 @@ extern void cgit_snapshot_link(char *name, char *title, char *class,
|
|||
char *head, char *rev, char *archivename);
|
||||
extern void cgit_diff_link(char *name, char *title, char *class, char *head,
|
||||
char *new_rev, char *old_rev, char *path);
|
||||
extern void cgit_stats_link(char *name, char *title, char *class, char *head,
|
||||
char *path);
|
||||
extern void cgit_object_link(struct object *obj);
|
||||
|
||||
extern void cgit_print_error(char *msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue