1 2 3 4 5 6 7
#ifndef UI_CI_H #define UI_CI_H extern int cgit_ci_available(void); extern void cgit_print_ci(void); #endif /* UI_CI_H */