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