From 7dfc2b975fd4a735073536914f5a49b8d80a1104 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 23 Dec 2025 23:35:13 +0100 Subject: buncha features --- ui-summary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-summary.h') diff --git a/ui-summary.h b/ui-summary.h index 03ee5e4..29b6c1c 100644 --- a/ui-summary.h +++ b/ui-summary.h @@ -3,6 +3,6 @@ extern void cgit_print_summary(void); extern void cgit_print_repo_readme(const char *path); -extern void cgit_print_repo_readme_no_layout(const struct tree *tree); +extern void cgit_print_repo_readme_no_layout(const struct tree *tree, struct pathspec *paths); #endif /* UI_SUMMARY_H */ -- cgit v1.2.3