Unidiff1 files changed, 2 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index bb0e64c..a1fe527 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -251,6 +251,8 @@ extern void cgit_print_pageheader(char *title, int show_search); |
251 | extern void cgit_print_snapshot_start(const char *mimetype, |
251 | extern void cgit_print_snapshot_start(const char *mimetype, |
252 | const char *filename, |
252 | const char *filename, |
253 | struct cacheitem *item); |
253 | struct cacheitem *item); |
| |
254 | extern void cgit_print_branches(int maxcount); |
| |
255 | extern void cgit_print_tags(int maxcount); |
254 | |
256 | |
255 | extern void cgit_print_repolist(struct cacheitem *item); |
257 | extern void cgit_print_repolist(struct cacheitem *item); |
256 | extern void cgit_print_summary(); |
258 | extern void cgit_print_summary(); |
|