diff options
author | Lars Hjemli <hjemli@gmail.com> | 2006-12-12 00:55:07 (JST) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-12 00:55:33 (JST) |
commit | 1418034e642fee67c981b31e4c3eb6e8ae14e303 (patch) | |
tree | 3addc880197706f2ddd24f35c5d886f1e885b276 /cgit.h | |
parent | 74620f12e4f7e91cb0a0b4ca731e07272d1b65f6 (diff) | |
download | cgit-1418034e642fee67c981b31e4c3eb6e8ae14e303.zip cgit-1418034e642fee67c981b31e4c3eb6e8ae14e303.tar.gz |
Move repo summary functions into ui-summary.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,4 +79,7 @@ extern void cgit_print_repolist(struct cacheitem *item); | |||
79 | 79 | ||
80 | extern void cgit_repo_config_cb(const char *name, const char *value); | 80 | extern void cgit_repo_config_cb(const char *name, const char *value); |
81 | 81 | ||
82 | extern void cgit_print_repo_summary(); | ||
83 | |||
84 | |||
82 | #endif /* CGIT_H */ | 85 | #endif /* CGIT_H */ |