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 */