blob: 89cd4f1e209b7f8e57edc3bf31a70493d5391633 [file] [log] [blame]
Lars Hjemli02a545e2008-08-06 01:20:24 +02001#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 */