723dc8fbcb
git-subtree-dir: third_party/cgit git-subtree-split: 8fc0c81bbbed21ee30e8a48b2ab1066a029b7b32
8 lines
151 B
C
8 lines
151 B
C
#ifndef UI_CLONE_H
|
|
#define UI_CLONE_H
|
|
|
|
void cgit_clone_info(void);
|
|
void cgit_clone_objects(void);
|
|
void cgit_clone_head(void);
|
|
|
|
#endif /* UI_CLONE_H */
|