#ifndef __DAEMON_H__ #define __DAEMON_H__ extern int daemon( int, int ); #endif /* __DAEMON_H__ */