From 915444ebb07079a8ac029953d2a8e1a1fc29c7d1 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 30 Dec 2025 22:33:31 +0100 Subject: fix --- 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 29b6c1c..c27358d 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, struct pathspec *paths); +extern void cgit_print_repo_readme_no_layout(struct tree *tree, struct pathspec *paths); #endif /* UI_SUMMARY_H */ -- cgit v1.2.3