You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediator/daemonizer.h

10 lines
153 B

#ifndef _DAEMONIZER_H
#define _DAEMONIZER_H
#include "mediator.h"
int daemonize(void);
int write_pid(const char *pidfile);
#endif /* _DAEMONIZER_H */