abouttreesummaryrefslogcommitdiff
path: root/ui-summary.h
blob: 03ee5e468d04ae5526e3d9dd79971f20db7e76b8 (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);

#endif /* UI_SUMMARY_H */