]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.h
readme: Accept multiple candidates and test them.
[ps-cgit] / ui-summary.h
index 37aedd24554a73faf55fd6c358c95221bef1bfa5..d6dc5bac67bf1eabf90cc0de3382aad9a080e97a 100644 (file)
@@ -1,6 +1,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 */