c6431a7150
The new option names a file which will be included on a new page, next to the current 'index' page. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
8 rivejä
146 B
C
8 rivejä
146 B
C
#ifndef UI_REPOLIST_H
|
|
#define UI_REPOLIST_H
|
|
|
|
extern void cgit_print_repolist();
|
|
extern void cgit_print_site_readme();
|
|
|
|
#endif /* UI_REPOLIST_H */
|