Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ui-clone.h - git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e460a3dbcf22ef3d998fa3862312bfa59d0e121 (plain)
1
2
3
4
5
6
7
8
#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 */