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

#ifndef    __UI_REPOLIST_H
#define    __UI_REPOLIST_H

#ifdef __cplusplus
extern "C" {
#endif


extern void csvn_print_repolist_page( void );


#ifdef __cplusplus
}
#endif

#endif  /* __UI_REPOLIST_H */