summaryrefslogtreecommitdiff
path: root/cgit/ui-repolist.h
blob: 9b49d9b869b135b8181d3f00d56324c5efbe73b1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef UI_REPOLIST_H
#define UI_REPOLIST_H

extern void cgit_print_repolist(void);
extern void cgit_print_site_readme(void);
extern void cgit_print_site_coc(void);
extern void cgit_print_site_cla(void);

#endif /* UI_REPOLIST_H */