1
0
mirror of https://gitea.quitesimple.org/crtxcr/cgitsb synced 2024-11-23 21:02:07 +01:00
cgitsb/ui-clone.h

9 lines
151 B
C
Raw Normal View History

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