abouttreesummaryrefslogcommitdiff
path: root/ui-summary.h
blob: c27358d73f3454ca557e654795c7327da0a139e4 (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(struct tree *tree, struct pathspec *paths);

#endif /* UI_SUMMARY_H */