#ifndef _AUXLIB_H_ #define _AUXLIB_H_ void daemonize(void); void wpidfile(const char *pidfile); #endif