aboutsummaryrefslogtreecommitdiff
path: root/ui-clone.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-clone.h')
-rw-r--r--ui-clone.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui-clone.h b/ui-clone.h
new file mode 100644
index 0000000..3e460a3
--- /dev/null
+++ b/ui-clone.h
@@ -0,0 +1,8 @@
+#ifndef UI_CLONE_H
+#define UI_CLONE_H
+
+void cgit_clone_info(void);
+void cgit_clone_objects(void);
+void cgit_clone_head(void);
+
+#endif /* UI_CLONE_H */