diff options
| author | patrick-scho | 2025-12-01 15:27:49 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-12-01 15:27:49 +0100 |
| commit | 38a12c2ddde5188bbbd04501883b7092745b0dac (patch) | |
| tree | 847a2df730cbacd027cedf492c424062cfdf02ed /ui-summary.h | |
| parent | 4bf7dacfa870fb1fb81edf647fd5c049786c3c2f (diff) | |
| download | ps-cgit-38a12c2ddde5188bbbd04501883b7092745b0dac.tar.gz ps-cgit-38a12c2ddde5188bbbd04501883b7092745b0dac.zip | |
changes
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 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 */ |
