aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
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 */