peapod  0.1.0
EAPOL Proxy Daemon
daemonize.h
Go to the documentation of this file.
1 /**
2  * @file daemonize.h
3  * @brief Function prototypes for @p daemonize.c
4  */
5 #pragma once
6 
7 void daemonize(const char *pidfile);
void daemonize(const char *pidfile)
Daemonize the program.
Definition: daemonize.c:158