Move log-functions into ui-log.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2006-12-11 17:04:19 +01:00
parent 1418034e64
commit d14c5f6d3a
5 changed files with 121 additions and 111 deletions

View File

@ -46,7 +46,7 @@ static void cgit_print_branches()
html("</table>");
}
void cgit_print_repo_summary()
void cgit_print_summary()
{
html("<h2>");
html_txt("Repo summary page");