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 _CMP_VERSION_H_
bfc1508d (kx 2023-03-24 03:55:33 +0300  3) #define _CMP_VERSION_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 int cmp_version( const char *s1, const char *s2 );
bfc1508d (kx 2023-03-24 03:55:33 +0300 11) extern const char *max_version( const char *s1, const char *s2 );
bfc1508d (kx 2023-03-24 03:55:33 +0300 12) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 13) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 14) #ifdef __cplusplus
bfc1508d (kx 2023-03-24 03:55:33 +0300 15) }  /* ... extern "C" */
bfc1508d (kx 2023-03-24 03:55:33 +0300 16) #endif
bfc1508d (kx 2023-03-24 03:55:33 +0300 17) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 18) #endif /* _CMP_VERSION_H_ */