diff options
Diffstat (limited to '')
-rw-r--r-- | daemon.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/daemon.h b/daemon.h index b397f8e..e86e43a 100644 --- a/daemon.h +++ b/daemon.h @@ -15,8 +15,6 @@ */ #include <errno.h> -#include <grp.h> -#include <pwd.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> @@ -139,9 +137,6 @@ void serviceSignal(struct Service *service, int signal); void serviceRead(struct Service *service); void serviceReap(pid_t pid, int status); -extern char configError[]; -int configParse(const char *path); - struct Set256 { uint32_t bits[8]; }; |