X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/6bce91be1a60b46270c69c4098a8c03f47dae63a..8efb05f98ad389d1b7f5aac17838401908622dad:/cgit.h 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); extern void cgit_print_snapshot_start(const char *mimetype, const char *filename, struct cacheitem *item); +extern void cgit_print_branches(int maxcount); +extern void cgit_print_tags(int maxcount); extern void cgit_print_repolist(struct cacheitem *item); extern void cgit_print_summary();