all repos — cgit @ 4046e8ef66225928a4f0d2cd71479e401faf7c3b

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(void);
5void cgit_clone_objects(void);
6void cgit_clone_head(void);
7
8#endif /* UI_CLONE_H */