diff options
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h index 3c8a6d0..e3fae64 100644 --- a/ui-shared.h +++ b/ui-shared.h | |||
@@ -30,6 +30,8 @@ extern void cgit_snapshot_link(char *name, char *title, char *class, | |||
30 | char *head, char *rev, char *archivename); | 30 | char *head, char *rev, char *archivename); |
31 | extern void cgit_diff_link(char *name, char *title, char *class, char *head, | 31 | extern void cgit_diff_link(char *name, char *title, char *class, char *head, |
32 | char *new_rev, char *old_rev, char *path); | 32 | char *new_rev, char *old_rev, char *path); |
33 | extern void cgit_stats_link(char *name, char *title, char *class, char *head, | ||
34 | char *path); | ||
33 | extern void cgit_object_link(struct object *obj); | 35 | extern void cgit_object_link(struct object *obj); |
34 | 36 | ||
35 | extern void cgit_print_error(char *msg); | 37 | extern void cgit_print_error(char *msg); |