#ifndef DAEMONIZE_H #define DAEMONIZE_H #include #include #include pid_t daemonize(int argc, char *argv[], char *env[], bool exit_parent); #endif /* DAEMONIZE_H */