4c69241b05
Signed-off-by: Peter Colberg <peter@colberg.org>
8 lines
154 B
C
8 lines
154 B
C
#ifndef UI_REPOLIST_H
|
|
#define UI_REPOLIST_H
|
|
|
|
extern void cgit_print_repolist(void);
|
|
extern void cgit_print_site_readme(void);
|
|
|
|
#endif /* UI_REPOLIST_H */
|