mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-14 12:47:01 +00:00
Move some global state into Rust
This commit is contained in:
@@ -52,6 +52,7 @@ pub mod ffi {
|
||||
fn close_log_pipe(self: &MagiskD);
|
||||
fn setup_logfile(self: &MagiskD);
|
||||
fn is_emulator(self: &MagiskD) -> bool;
|
||||
fn is_recovery(self: &MagiskD) -> bool;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user