diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils.h b/utils.h new file mode 100644 index 000000000..a2fb13a4f --- /dev/null +++ b/utils.h @@ -0,0 +1,10 @@ +#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 |