diff options
author | Robin Appelman <robin@icewind.nl> | 2020-03-27 16:57:55 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2020-03-27 16:57:55 +0100 |
commit | b41e62db997a4d1d955f263c8a23abfa2e58f30b (patch) | |
tree | 65e94e995296c3bcb0f0795db4d15e03781e3649 /apps/files_external/3rdparty/icewind/smb/src/ISystem.php | |
parent | c235a40c94792ca5f921b4b7b29d17f679c4a497 (diff) | |
download | nextcloud-server-b41e62db997a4d1d955f263c8a23abfa2e58f30b.tar.gz nextcloud-server-b41e62db997a4d1d955f263c8a23abfa2e58f30b.zip |
update icewind/smb to 3.2.1
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/ISystem.php')
-rw-r--r-- | apps/files_external/3rdparty/icewind/smb/src/ISystem.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/ISystem.php b/apps/files_external/3rdparty/icewind/smb/src/ISystem.php index 7740c98d97e..09994610716 100644 --- a/apps/files_external/3rdparty/icewind/smb/src/ISystem.php +++ b/apps/files_external/3rdparty/icewind/smb/src/ISystem.php @@ -49,6 +49,13 @@ interface ISystem { public function getNetPath(); /** + * Get the full path to the `smbcacls` binary of false if the binary is not available + * + * @return string|bool + */ + public function getSmbcAclsPath(); + + /** * Get the full path to the `stdbuf` binary of false if the binary is not available * * @return string|bool |