cScm Configuration Daemon

cScm – is a tool to convert SCM configuration files into binary format and store its in shared memory for reading by cSvn-ui and cGit-ui CGI scripts

12 Commits   0 Branches   1 Tag
     5         kx 
     5         kx #ifndef    __BCONF_H
     5         kx #define    __BCONF_H
     5         kx 
     5         kx #include <cscm/bcf.h>
     5         kx 
     5         kx 
     5         kx extern FILE *bcf;
     5         kx extern char *bcf_fname;
     5         kx 
     5         kx 
     5         kx #ifdef __cplusplus
     5         kx extern "C" {
     5         kx #endif
     5         kx 
     5         kx 
     5         kx extern int   write_binary_config( void );
     5         kx extern void  bcf_shm_free( void );
     5         kx 
     5         kx 
     5         kx #ifdef __cplusplus
     5         kx }
     5         kx #endif
     5         kx 
     5         kx #endif  /* __BCONF_H */