diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-05-27 10:15:03 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-06-09 15:32:29 +0200 |
commit | ed23d075cae1353dcbec06925b2491e09395aafe (patch) | |
tree | f1793472ddc02015aebda72df8ceeeb22dfadab8 /initd/init.h | |
parent | bf63f78b6698f33ed3acbd4aed8822a35688c1ba (diff) |
Make mksock() more generic, move to util library
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'initd/init.h')
-rw-r--r-- | initd/init.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/initd/init.h b/initd/init.h index d07f310..2c39489 100644 --- a/initd/init.h +++ b/initd/init.h @@ -64,18 +64,6 @@ int runsvc_wait(service_t *svc); */ void print_status(const char *msg, int type, bool update); -/********** mksock.c **********/ - -/* - Create a UNIX socket that programs can use to pass messages to init. - - Returns the socked fd or -1 on failure. The function takes care of - printing error messages on failure. - - The socket has the CLOEXEC flag set. -*/ -int mksock(void); - /********** svclist.c **********/ /* |