From 13aa3840cc94ce37ef1e63c093c0f71ac84e90fd Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 7 May 2020 22:04:42 +0200 Subject: Temporarily remove initsock handling code Signed-off-by: David Oberhollenzer --- initd/init.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'initd/init.h') 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 #include -#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 */ -- cgit v1.2.3