aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/reboot-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/reboot-util.h')
-rw-r--r--src/shared/reboot-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/reboot-util.h b/src/shared/reboot-util.h
index ac59b7d79c6..7bddc91ea60 100644
--- a/src/shared/reboot-util.h
+++ b/src/shared/reboot-util.h
@@ -9,4 +9,5 @@ typedef enum RebootFlags {
REBOOT_FALLBACK = 1 << 2, /* fallback to plain reboot() if argument-based reboot doesn't work, isn't configured or doesn't apply otherwise */
} RebootFlags;
+int read_reboot_parameter(char **parameter);
int reboot_with_parameter(RebootFlags flags);