abouttreesummaryrefslogcommitdiff
path: root/ui-summary.h
blob: 29b6c1cbd776b24cfa7909e60ac57d8fc77cbda7 (plain)
1
2
3
4
5
6
7
8
#ifndef UI_SUMMARY_H
#define UI_SUMMARY_H

extern void cgit_print_summary(void);
extern void cgit_print_repo_readme(const char *path);
extern void cgit_print_repo_readme_no_layout(const struct tree *tree, struct pathspec *paths);

#endif /* UI_SUMMARY_H */