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

#ifndef   __DAEMON_H__
#define   __DAEMON_H__

extern int daemon( int, int );

#endif /* __DAEMON_H__ */