mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-11-03 11:47:49 +00:00
11 lines
182 B
C
11 lines
182 B
C
#ifndef UTILS_H
|
|
#define UTILS_H 1
|
|
|
|
void daemonize_enable(void);
|
|
|
|
int daemonize_with_pidfile(char const * const pidfile);
|
|
|
|
int daemonize_shutdown(char const * const pidfile);
|
|
|
|
#endif
|