]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.h
readme: Accept multiple candidates and test them.
[ps-cgit] / ui-summary.h
index 3e130394915d6b7d77785a311fab4f528bd0ed9b..d6dc5bac67bf1eabf90cc0de3382aad9a080e97a 100644 (file)
@@ -1,7 +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();
+extern void cgit_print_repo_readme(char *path);
 
 #endif /* UI_SUMMARY_H */