aboutsummaryrefslogtreecommitdiff
path: root/lib/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2019-03-28 16:33:01 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2019-03-29 21:00:53 +0100
commit7cfe6e845878d67f578fa846e784c064a178d9c5 (patch)
tree660c8e3a3ff987762f69ff7198457f75b7fdc6bf /lib/include
parentf844c4e2c22ea212bf8c0538443878f7586688be (diff)
cleanup: move init specific stuff of init socket to initd
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'lib/include')
-rw-r--r--lib/include/initsock.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/include/initsock.h b/lib/include/initsock.h
index a687481..afbf861 100644
--- a/lib/include/initsock.h
+++ b/lib/include/initsock.h
@@ -47,15 +47,10 @@ typedef struct {
char *service_name;
} init_status_response_t;
-int init_socket_create(void);
-
int init_socket_open(const char *tmppath);
int init_socket_send_request(int fd, E_INIT_REQUEST rq, ...);
-int init_socket_send_status(int fd, const void *dest_addr, size_t addrlen,
- E_SERVICE_STATE state, service_t *svc);
-
int init_socket_recv_status(int fd, init_status_response_t *resp);
#endif /* INITSOCK_H */