diff options
Diffstat (limited to '')
| -rw-r--r-- | ui-summary.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ui-summary.h b/ui-summary.h index c01f560..d6dc5ba 100644 --- a/ui-summary.h +++ b/ui-summary.h @@ -1,6 +1,7 @@  #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); | 
