diff options
| author | David Oberhollenzer <goliath@infraroot.at> | 2019-03-28 16:33:01 +0100 | 
|---|---|---|
| committer | David Oberhollenzer <goliath@infraroot.at> | 2019-03-29 21:00:53 +0100 | 
| commit | 7cfe6e845878d67f578fa846e784c064a178d9c5 (patch) | |
| tree | 660c8e3a3ff987762f69ff7198457f75b7fdc6bf /initd/init.h | |
| parent | f844c4e2c22ea212bf8c0538443878f7586688be (diff) | |
cleanup: move init specific stuff of init socket to initd
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'initd/init.h')
| -rw-r--r-- | initd/init.h | 7 | 
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 */ | 
