diff options
| author | patrick-scho | 2025-12-01 15:12:11 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-12-01 15:12:11 +0100 |
| commit | 4bf7dacfa870fb1fb81edf647fd5c049786c3c2f (patch) | |
| tree | 2b86ea0f899db22f467c82d13c37c01ee43abe11 /ui-summary.h | |
| parent | 7b3024b827a667c8a50260c679ebdb39ef4b937a (diff) | |
| download | ps-cgit-4bf7dacfa870fb1fb81edf647fd5c049786c3c2f.tar.gz ps-cgit-4bf7dacfa870fb1fb81edf647fd5c049786c3c2f.zip | |
print readme by oid try 1
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 4118fb9..a067010 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 char *path); +extern void cgit_print_repo_readme_no_layout(const struct object_id *oid); #endif /* UI_SUMMARY_H */ |
