daemonize.h 98 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #ifndef __DAEMONIZE_H__ #define __DAEMONIZE_H__ void daemonize(void); #endif // __DAEMONIZE_H__