cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

6 Commits   0 Branches   2 Tags
bfc1508d (kx 2023-03-24 03:55:33 +0300  1) 
bfc1508d (kx 2023-03-24 03:55:33 +0300  2) #ifndef    __UI_FILE_H
bfc1508d (kx 2023-03-24 03:55:33 +0300  3) #define    __UI_FILE_H
bfc1508d (kx 2023-03-24 03:55:33 +0300  4) 
bfc1508d (kx 2023-03-24 03:55:33 +0300  5) #ifdef __cplusplus
bfc1508d (kx 2023-03-24 03:55:33 +0300  6) extern "C" {
bfc1508d (kx 2023-03-24 03:55:33 +0300  7) #endif
bfc1508d (kx 2023-03-24 03:55:33 +0300  8) 
bfc1508d (kx 2023-03-24 03:55:33 +0300  9) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 10) extern void csvn_print_file_page( void );
bfc1508d (kx 2023-03-24 03:55:33 +0300 11) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 12) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 13) #ifdef __cplusplus
bfc1508d (kx 2023-03-24 03:55:33 +0300 14) }
bfc1508d (kx 2023-03-24 03:55:33 +0300 15) #endif
bfc1508d (kx 2023-03-24 03:55:33 +0300 16) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 17) #endif  /* __UI_FILE_H */