Files
FTL/daemon.h
T
2019-06-29 23:00:34 +02:00

19 lines
464 B
C

/* Pi-hole: A black hole for Internet advertisements
* (c) 2019 Pi-hole, LLC (https://pi-hole.net)
* Network-wide ad blocking via your own hardware.
*
* FTL Engine
* Daemon prototypes
*
* This file is copyright under the latest version of the EUPL.
* Please see LICENSE file for your rights under this license. */
#ifndef DAEMON_H
#define DAEMON_H
void go_daemon(void);
void savepid(void);
char * getUserName(void);
void removepid(void);
#endif //DAEMON_H