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

12 Commits   0 Branches   1 Tag

#ifndef    __UI_TREE_H
#define    __UI_TREE_H

#ifdef __cplusplus
extern "C" {
#endif


extern void cgit_print_tree_page( void );


#ifdef __cplusplus
}
#endif

#endif  /* __UI_TREE_H */