all repos — cgit @ 6d8a789d61f3a682bc040f1f7f44050b1f723546

a hyperfast web frontend for git written in c

ui-clone.h (view raw)

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 */