Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ui-summary.h - git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6dc5bac67bf1eabf90cc0de3382aad9a080e97a (plain)
1
2
3
4
5
6
7
8
#ifndef UI_SUMMARY_H
#define UI_SUMMARY_H

extern void cgit_parse_readme(const char *readme, const char *path, char **filename, char **ref, struct cgit_repo *repo);
extern void cgit_print_summary();
extern void cgit_print_repo_readme(char *path);

#endif /* UI_SUMMARY_H */