summaryrefslogtreecommitdiffstats
path: root/src/systemctl/systemctl-compat-halt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemctl/systemctl-compat-halt.h')
-rw-r--r--src/systemctl/systemctl-compat-halt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/systemctl/systemctl-compat-halt.h b/src/systemctl/systemctl-compat-halt.h
new file mode 100644
index 0000000..85b9dda
--- /dev/null
+++ b/src/systemctl/systemctl-compat-halt.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+int halt_parse_argv(int argc, char *argv[]);
+
+int halt_main(void);