commit | 1418034e642fee67c981b31e4c3eb6e8ae14e303 | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Mon Dec 11 16:55:07 2006 +0100 |
committer | Lars Hjemli <hjemli@gmail.com> | Mon Dec 11 16:55:33 2006 +0100 |
tree | 3addc880197706f2ddd24f35c5d886f1e885b276 | |
parent | 74620f12e4f7e91cb0a0b4ca731e07272d1b65f6 [diff] [blame] |
Move repo summary functions into ui-summary.c Signed-off-by: Lars Hjemli <hjemli@gmail.com>
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_repo_config_cb(const char *name, const char *value); +extern void cgit_print_repo_summary(); + + #endif /* CGIT_H */