all repos — cgit @ 2a1ead3efb940b7359bcc706c19bd8ddb0de7a11

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