aboutsummaryrefslogtreecommitdiff
path: root/lib/include/initsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include/initsock.h')
-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 */