aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/initd/init.h b/initd/init.h
index ffc7181..50f799a 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -100,4 +100,11 @@ int sigsetup(void);
*/
void sigreset(void);
+/********** 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 */