summaryrefslogtreecommitdiffabout
path: root/ui-clone.h
Unidiff
Diffstat (limited to 'ui-clone.h') (more/less context) (ignore whitespace changes)
-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..89cd4f1
--- a/dev/null
+++ b/ui-clone.h
@@ -0,0 +1,8 @@
1#ifndef UI_CLONE_H
2#define UI_CLONE_H
3
4void cgit_clone_info(struct cgit_context *ctx);
5void cgit_clone_objects(struct cgit_context *ctx);
6void cgit_clone_head(struct cgit_context *ctx);
7
8#endif /* UI_CLONE_H */