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