summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/src/ISystem.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-03-27 16:57:55 +0100
committerRobin Appelman <robin@icewind.nl>2020-03-27 16:57:55 +0100
commitb41e62db997a4d1d955f263c8a23abfa2e58f30b (patch)
tree65e94e995296c3bcb0f0795db4d15e03781e3649 /apps/files_external/3rdparty/icewind/smb/src/ISystem.php
parentc235a40c94792ca5f921b4b7b29d17f679c4a497 (diff)
downloadnextcloud-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.php7
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