aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/initd/init.h b/initd/init.h
index 0196861..67d5fc4 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -20,7 +20,6 @@
#include <stdbool.h>
#include <signal.h>
-#include "initsock.h"
#include "service.h"
#include "config.h"
@@ -70,18 +69,4 @@ void supervisor_init(void);
bool supervisor_process_queues(void);
-void supervisor_answer_status_request(int fd, const void *dest_addr,
- size_t addrlen, E_SERVICE_STATE filter);
-
-void supervisor_start(int id);
-
-void supervisor_stop(int id);
-
-/********** initsock.c **********/
-
-int init_socket_create(void);
-
-int init_socket_send_status(int fd, const void *dest_addr, size_t addrlen,
- E_SERVICE_STATE state, service_t *svc);
-
#endif /* INIT_H */