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