aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/initd/init.h b/initd/init.h
index 3400ec0..1a9f35a 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -58,24 +58,9 @@ svc_run_data_t *config_dequeue(void);
*/
void config_set_target(int tgt);
-/* get the current run time target from the configuration manager */
-int config_get_current_target(void);
-
-/*
- Find out if the current target is completed, i.e. there are no more services
- left in the queue and no active single shot services.
- */
-bool config_is_current_target_complete(void);
-
/* Ask whether we should respawn services in the current target */
bool config_should_respawn(void);
-/* notify the configuration manager that a single shot service started */
-void config_singleshot_started(void);
-
-/* notify the configuration manager that a single shot service terminated */
-void config_singleshot_terminated(void);
-
/********** print_status.c **********/
void print_status(const svc_run_data_t *rt);