1 #ifndef __DAEMON__
2 
3 #define	__DAEMON__
4 
5 void daemon_start(int ignsigcld);
6 
7 #endif
8