From 38a12c2ddde5188bbbd04501883b7092745b0dac Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Mon, 1 Dec 2025 15:27:49 +0100 Subject: changes --- 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 a067010..03ee5e4 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 object_id *oid); +extern void cgit_print_repo_readme_no_layout(const struct tree *tree); #endif /* UI_SUMMARY_H */ -- cgit v1.2.3