commit | c6431a71508f1b61a95b01d85fe4534a0245e626 | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Tue Apr 29 01:06:30 2008 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Tue Apr 29 01:06:30 2008 +0200 |
tree | 8a6200d51cd5d00f63b45a9a91c2e1cefa3c5740 | |
parent | 651ef79768dde30aabc61189974c9047ee43752f [diff] [blame] |
Prepare for 'about site' page / add 'root-readme' option to cgitrc 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>
diff --git a/ui-repolist.h b/ui-repolist.h index c23e5d2..5b1e542 100644 --- a/ui-repolist.h +++ b/ui-repolist.h
@@ -2,5 +2,6 @@ #define UI_REPOLIST_H extern void cgit_print_repolist(); +extern void cgit_print_site_readme(); #endif /* UI_REPOLIST_H */