Minor cleanup

This commit is contained in:
topjohnwu
2023-12-03 19:32:58 +08:00
parent 4e99997013
commit 1dcf325547
6 changed files with 38 additions and 44 deletions

View File

@@ -53,7 +53,9 @@ pub mod ffi {
}
unsafe extern "C++" {
include!("include/core.hpp");
include!("include/daemon.hpp");
fn get_magisk_tmp() -> *const c_char;
#[cxx_name = "MagiskD"]
type CxxMagiskD;