aboutsummaryrefslogtreecommitdiff
path: root/ui-ci.h
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'ui-ci.h')
-rw-r--r--ui-ci.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui-ci.h b/ui-ci.h
new file mode 100644
index 0000000..3d7ce02
--- /dev/null
+++ b/ui-ci.h
@@ -0,0 +1,7 @@
+#ifndef UI_CI_H
+#define UI_CI_H
+
+extern int cgit_ci_available(void);
+extern void cgit_print_ci(void);
+
+#endif /* UI_CI_H */