From ed23d075cae1353dcbec06925b2491e09395aafe Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 27 May 2018 10:15:03 +0200 Subject: Make mksock() more generic, move to util library Signed-off-by: David Oberhollenzer --- initd/init.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'initd/init.h') 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 **********/ /* -- cgit v1.2.3