diff options
| author | Patrick | 2025-12-23 23:35:13 +0100 |
|---|---|---|
| committer | Patrick | 2025-12-23 23:35:13 +0100 |
| commit | 7dfc2b975fd4a735073536914f5a49b8d80a1104 (patch) | |
| tree | 69ec9e78cd5ad255ae17435f962952a1e4ebdc2c /ui-summary.h | |
| parent | 13ff15345e1fe7ecc72967e1e0d9a473428f241f (diff) | |
| download | ps-cgit-7dfc2b975fd4a735073536914f5a49b8d80a1104.tar.gz ps-cgit-7dfc2b975fd4a735073536914f5a49b8d80a1104.zip | |
buncha features
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 03ee5e4..29b6c1c 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); +extern void cgit_print_repo_readme_no_layout(const struct tree *tree, struct pathspec *paths); #endif /* UI_SUMMARY_H */ |
