all repos — cgit @ cd4c77d989983778432363061e99219f034c3717

a hyperfast web frontend for git written in c

ui-summary.h (view raw)

1#ifndef UI_SUMMARY_H
2#define UI_SUMMARY_H
3
4extern void cgit_parse_readme(const char *readme, const char *path, char **filename, char **ref, struct cgit_repo *repo);
5extern void cgit_print_summary();
6extern void cgit_print_repo_readme(char *path);
7
8#endif /* UI_SUMMARY_H */