diff options
Diffstat (limited to 'cgit/ui-summary.h')
| -rw-r--r-- | cgit/ui-summary.h | 11 | +11 −0 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cgit/ui-summary.h b/cgit/ui-summary.h new file mode 100644 --- /dev/null +++ b/cgit/ui-summary.h @@ -0,0 +1,11 @@ +/* SPDX-FileCopyrightText: cgit Development Team <cgit@lists.zx2c4.com> + * SPDX-License-Identifier: GPL-2.0-only + */ + +#ifndef UI_SUMMARY_H +#define UI_SUMMARY_H + +extern void cgit_print_summary(void); +extern void cgit_print_repo_readme(const char *path); + +#endif /* UI_SUMMARY_H */ |
