aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/initd/init.h b/initd/init.h
index 813dedb..deb6da9 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -94,4 +94,8 @@ 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);
+
#endif /* INIT_H */