summaryrefslogtreecommitdiffstats
path: root/src/systemctl/systemctl-compat-telinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemctl/systemctl-compat-telinit.h')
-rw-r--r--src/systemctl/systemctl-compat-telinit.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/systemctl/systemctl-compat-telinit.h b/src/systemctl/systemctl-compat-telinit.h
new file mode 100644
index 0000000..783c387
--- /dev/null
+++ b/src/systemctl/systemctl-compat-telinit.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+int telinit_parse_argv(int argc, char *argv[]);
+int start_with_fallback(void);
+int reload_with_fallback(void);
+int exec_telinit(char *argv[]);