Clean up includes
This commit is contained in:
parent
e548219ebf
commit
2a7467647e
5
daemon.h
5
daemon.h
@ -15,8 +15,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <grp.h>
|
|
||||||
#include <pwd.h>
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -139,9 +137,6 @@ void serviceSignal(struct Service *service, int signal);
|
|||||||
void serviceRead(struct Service *service);
|
void serviceRead(struct Service *service);
|
||||||
void serviceReap(pid_t pid, int status);
|
void serviceReap(pid_t pid, int status);
|
||||||
|
|
||||||
extern char configError[];
|
|
||||||
int configParse(const char *path);
|
|
||||||
|
|
||||||
struct Set256 {
|
struct Set256 {
|
||||||
uint32_t bits[8];
|
uint32_t bits[8];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user