the repository which powers this website
1
2
3
4
5
6
7
8
9
10
11
#ifndef UI_REPOLIST_H
#define UI_REPOLIST_H

extern int cgit_repolist_is_visible(struct cgit_repo *repo);
extern void cgit_repolist_print_modtime_themed(struct cgit_repo *repo);
extern int cgit_repolist_sort_repolist(char *field);

extern void cgit_print_repolist(void);
extern void cgit_print_site_readme(void);

#endif /* UI_REPOLIST_H */