cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

3 Commits   0 Branches   1 Tag
05d292b2 (kx 2023-03-24 03:51:10 +0300  1) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  2) #ifndef    __UI_TREE_H
05d292b2 (kx 2023-03-24 03:51:10 +0300  3) #define    __UI_TREE_H
05d292b2 (kx 2023-03-24 03:51:10 +0300  4) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  5) #ifdef __cplusplus
05d292b2 (kx 2023-03-24 03:51:10 +0300  6) extern "C" {
05d292b2 (kx 2023-03-24 03:51:10 +0300  7) #endif
05d292b2 (kx 2023-03-24 03:51:10 +0300  8) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  9) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 10) extern void cgit_print_tree_page( void );
05d292b2 (kx 2023-03-24 03:51:10 +0300 11) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 12) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 13) #ifdef __cplusplus
05d292b2 (kx 2023-03-24 03:51:10 +0300 14) }
05d292b2 (kx 2023-03-24 03:51:10 +0300 15) #endif
05d292b2 (kx 2023-03-24 03:51:10 +0300 16) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 17) #endif  /* __UI_TREE_H */