mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-14 12:12:26 +00:00
Move more I/O operations into Rust
This commit is contained in:
@@ -23,9 +23,6 @@ pub mod ffi {
|
||||
type PropCb;
|
||||
unsafe fn get_prop_rs(name: *const c_char, persist: bool) -> String;
|
||||
unsafe fn prop_cb_exec(cb: Pin<&mut PropCb>, name: *const c_char, value: *const c_char);
|
||||
|
||||
include!("../base/files.hpp");
|
||||
unsafe fn clone_attr(src: *const c_char, dst: *const c_char);
|
||||
}
|
||||
|
||||
extern "Rust" {
|
||||
|
||||
Reference in New Issue
Block a user