abouttreesummaryrefslogcommitdiff
path: root/ui-summary.h
diff options
context:
space:
mode:
authorPatrick2026-01-11 17:35:46 +0100
committerPatrick2026-01-11 17:35:46 +0100
commit73474fa40571ef6ab13a1e0d065a21df92c21009 (patch)
treeb5df05249bde5610c30fd8daf759e554f0de969f /ui-summary.h
parentcb731e707285f5dd7289bd4e29fdc2e65c0279fa (diff)
downloadps-cgit-73474fa40571ef6ab13a1e0d065a21df92c21009.tar.gz
ps-cgit-73474fa40571ef6ab13a1e0d065a21df92c21009.zip
fix About page and readme selection
Diffstat (limited to 'ui-summary.h')
-rw-r--r--ui-summary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-summary.h b/ui-summary.h
index c27358d..4ccac56 100644
--- a/ui-summary.h
+++ b/ui-summary.h
@@ -2,7 +2,8 @@
#define UI_SUMMARY_H
extern void cgit_print_summary(void);
-extern void cgit_print_repo_readme(const char *path);
extern void cgit_print_repo_readme_no_layout(struct tree *tree, struct pathspec *paths);
+extern void cgit_print_repo_readme(const char *path, struct object_id *oid);
+extern bool cgit_has_readme(void);
#endif /* UI_SUMMARY_H */