mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-14 10:41:48 +00:00
Organize headers
This commit is contained in:
@@ -9,7 +9,7 @@ mod logging;
|
||||
#[cxx::bridge]
|
||||
pub mod ffi {
|
||||
extern "C++" {
|
||||
include!("core.hpp");
|
||||
include!("resetprop/resetprop.hpp");
|
||||
unsafe fn get_prop_rs(name: *const c_char, persist: bool) -> String;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user