summaryrefslogtreecommitdiff
path: root/lib/systemd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systemd.h')
-rw-r--r--lib/systemd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/systemd.h b/lib/systemd.h
index 6e43df527d..1f730720ce 100644
--- a/lib/systemd.h
+++ b/lib/systemd.h
@@ -42,6 +42,11 @@ void systemd_send_stopping(void);
*/
void systemd_send_started(struct thread_master *master, int the_process);
+/*
+ * status - A status string to send to systemd
+ */
+void systemd_send_status(const char *status);
+
#ifdef __cplusplus
}
#endif