#ifndef DAEMON_H #define DAEMON_H void daemonize(); void daemon_kill(); void daemonize_finished(); #endif