1 2 3 4 5 6 7 8
#ifndef POTD_UTILS_H #define POTD_UTILS_H 1 void set_procname(char *arg0, const char *newname); int daemonize(void); #endif