Unidiff1 files changed, 3 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index bf5bd8d..3a153a5 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -76,7 +76,10 @@ extern void cgit_print_pageheader(char *title); |
76 | |
76 | |
77 | extern void cgit_print_repolist(struct cacheitem *item); |
77 | extern void cgit_print_repolist(struct cacheitem *item); |
78 | |
78 | |
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 */ |
|