a gopher interface forked from the popular cgit
cgit-70/ui-repolist.h

7 lines
154 B

#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 */