#ifndef _DAEMON_H #define _DAEMON_H extern int daemon (int nochdir,int noclose); #endif