Move repo summary functions into ui-summary.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli 2006-12-11 16:55:07 +01:00
parent 74620f12e4
commit 1418034e64
4 changed files with 59 additions and 47 deletions

3
cgit.h
View file

@ -79,4 +79,7 @@ extern void cgit_print_repolist(struct cacheitem *item);
extern void cgit_repo_config_cb(const char *name, const char *value);
extern void cgit_print_repo_summary();
#endif /* CGIT_H */