From 1418034e642fee67c981b31e4c3eb6e8ae14e303 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 11 Dec 2006 16:55:07 +0100 Subject: Move repo summary functions into ui-summary.c Signed-off-by: Lars Hjemli --- cgit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index bf5bd8d..3a153a5 100644 --- a/cgit.h +++ b/cgit.h @@ -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 */ -- cgit v1.2.3-24-g4f1b