diff options
author | Freya Murphy <freya@freyacat.org> | 2025-08-24 03:58:15 +0000 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-08-24 03:58:15 +0000 |
commit | d20f16f384ab10353a21d5776d47a81dda188b85 (patch) | |
tree | 567e263643a1638f5b7e031d21930b8a6b0b8d9f /ui-summary.h | |
parent | git: update to v2.46.0 (diff) | |
download | cgit-d20f16f384ab10353a21d5776d47a81dda188b85.tar.gz cgit-d20f16f384ab10353a21d5776d47a81dda188b85.tar.bz2 cgit-d20f16f384ab10353a21d5776d47a81dda188b85.zip |
print repo readme with summary
Diffstat (limited to 'ui-summary.h')
-rw-r--r-- | ui-summary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-summary.h b/ui-summary.h index cba696a..5e7cf2d 100644 --- a/ui-summary.h +++ b/ui-summary.h @@ -2,6 +2,6 @@ #define UI_SUMMARY_H extern void cgit_print_summary(void); -extern void cgit_print_repo_readme(const char *path); +extern void cgit_print_repo_readme(const char *path, bool page); #endif /* UI_SUMMARY_H */ |