diff options
Diffstat (limited to 'init/init.h')
-rw-r--r-- | init/init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/init.h b/init/init.h index 27f64e297..4f686cb5b 100644 --- a/init/init.h +++ b/init/init.h @@ -42,6 +42,8 @@ void SendLoadPersistentPropertiesMessage(); void PropertyChanged(const std::string& name, const std::string& value); bool QueueControlMessage(const std::string& message, const std::string& name, pid_t pid, int fd); +void DebugRebootLogging(); + int SecondStageMain(int argc, char** argv); } // namespace init |