Fixed windows stub signature
This commit is contained in:
parent
75c92e9356
commit
4c0741e568
@ -94,7 +94,7 @@ pub fn restrict_permissions_owner(file_path: &Path, write: bool, executable: boo
|
|||||||
|
|
||||||
/// Restricts the permissions of given path only to the owner.
|
/// Restricts the permissions of given path only to the owner.
|
||||||
#[cfg(not(unix))]
|
#[cfg(not(unix))]
|
||||||
pub fn restrict_permissions_owner(_file_path: &Path) -> Result<(), String> {
|
pub fn restrict_permissions_owner(_file_path: &Path, _write: bool, _executable: bool) -> Result<(), String> {
|
||||||
//TODO: implement me
|
//TODO: implement me
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user