aboutsummaryrefslogtreecommitdiffstats
path: root/ui-plain.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui-plain.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-plain.h b/ui-plain.h
new file mode 100644
index 0000000..4373118
--- /dev/null
+++ b/ui-plain.h
@@ -0,0 +1,6 @@
+#ifndef UI_PLAIN_H
+#define UI_PLAIN_H
+
+extern void cgit_print_plain(struct cgit_context *ctx);
+
+#endif /* UI_PLAIN_H */