aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2020-05-13 17:55:45 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2020-05-13 17:55:45 +0200
commit2cfc263daec3776090be87b69688dfeeea2fbacd (patch)
tree8de84e250af486a92259c9135522a8ddc56fe752 /initd/init.h
parent387532c3572824333550880d7b73d879ceb6a871 (diff)
Move rest of initd supervisor code into main.c
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/initd/init.h b/initd/init.h
index bfc1f62..2c2adb1 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -54,14 +54,4 @@ typedef struct {
*/
pid_t runsvc(service_t *svc);
-/********** supervisor.c **********/
-
-void supervisor_handle_exited(pid_t pid, int status);
-
-void supervisor_set_target(int next);
-
-void supervisor_init(void);
-
-void supervisor_process_queues(void);
-
#endif /* INIT_H */