]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/reboot-util.h
update TODO
[thirdparty/systemd.git] / src / shared / reboot-util.h
index ac59b7d79c68fcb279eaf7e0b5e55d55695f5cf9..5aeb34821fbc5c2ef7c965ad4c94108a01a24694 100644 (file)
@@ -9,4 +9,7 @@ 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);
+
+int shall_restore_state(void);