#ifndef UI_SUMMARY_H #define UI_SUMMARY_H #include extern void cgit_print_summary(void); extern void cgit_print_repo_info_file(struct string_list file, const char *path); #endif /* UI_SUMMARY_H */