#ifndef DAEMON_INIT_H
#define DAEMON_INIT_H 1

void daemon_init (const char *pname, int facility); 
void update_pidfile (char *pidfile);

#endif


syntax highlighted by Code2HTML, v. 0.9.1