summaryrefslogtreecommitdiff
path: root/cscmd/daemon.h
blob: 83dd0442c5c4d5fcff2a7109bcbfad37ebeacd85 (plain)
1
2
3
4
5
6
7
#ifndef   __DAEMON_H__
#define   __DAEMON_H__

extern int daemon( int, int );

#endif /* __DAEMON_H__ */