]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-clone.h
Add support for cloning over http
[ps-cgit] / ui-clone.h
diff --git a/ui-clone.h b/ui-clone.h
new file mode 100644 (file)
index 0000000..89cd4f1
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef UI_CLONE_H
+#define UI_CLONE_H
+
+void cgit_clone_info(struct cgit_context *ctx);
+void cgit_clone_objects(struct cgit_context *ctx);
+void cgit_clone_head(struct cgit_context *ctx);
+
+#endif /* UI_CLONE_H */