mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 11:47:46 +00:00
Mark extern block as unsafe
This commit is contained in:
parent
7720da9b5e
commit
ad700b661a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ struct Unshield {
|
||||||
_private: [u8; 0],
|
_private: [u8; 0],
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" {
|
unsafe extern "C" {
|
||||||
fn unshield_open(filename: *const c_char) -> *mut Unshield;
|
fn unshield_open(filename: *const c_char) -> *mut Unshield;
|
||||||
fn unshield_close(unshield: *mut Unshield);
|
fn unshield_close(unshield: *mut Unshield);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue