Unidiff1 files changed, 2 insertions, 3 deletions
|
diff --git a/cgit.h b/cgit.h index 3a153a5..0100763 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -75,11 +75,10 @@ extern void cgit_print_docend(); |
75 | extern void cgit_print_pageheader(char *title); |
75 | 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 | extern void cgit_print_summary(); |
| |
79 | extern void cgit_print_log(const char *tip, int ofs, int cnt); |
79 | |
80 | |
80 | extern void cgit_repo_config_cb(const char *name, const char *value); |
81 | extern void cgit_repo_config_cb(const char *name, const char *value); |
81 | |
82 | |
82 | extern void cgit_print_repo_summary(); |
| |
83 | |
| |
84 | |
83 | |
85 | #endif /* CGIT_H */ |
84 | #endif /* CGIT_H */ |
|