summaryrefslogtreecommitdiff
path: root/cgit/ui-repolist.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/ui-repolist.h')
-rw-r--r--cgit/ui-repolist.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cgit/ui-repolist.h b/cgit/ui-repolist.h
new file mode 100644
index 0000000000..9b49d9b869
--- /dev/null
+++ b/cgit/ui-repolist.h
@@ -0,0 +1,9 @@
+#ifndef UI_REPOLIST_H
+#define UI_REPOLIST_H
+
+extern void cgit_print_repolist(void);
+extern void cgit_print_site_readme(void);
+extern void cgit_print_site_coc(void);
+extern void cgit_print_site_cla(void);
+
+#endif /* UI_REPOLIST_H */