the repository which powers this website
Diffstat (limited to 'ui-repolist.h')
| -rw-r--r-- | ui-repolist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-repolist.h b/ui-repolist.h index 1b6b3227..f62cd3e0 100644 --- a/ui-repolist.h +++ b/ui-repolist.h @@ -1,6 +1,9 @@ #ifndef UI_REPOLIST_H #define UI_REPOLIST_H +extern int cgit_repolist_is_visible(struct cgit_repo *repo); +extern void cgit_repolist_print_modtime(struct cgit_repo *repo); + extern void cgit_print_repolist(void); extern void cgit_print_site_readme(void); |