mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
cleanup system
This commit is contained in:
parent
2f261f868d
commit
55236aaef3
3 changed files with 18 additions and 23 deletions
|
|
@ -49,9 +49,9 @@ interface ISystem {
|
|||
public function getNetPath();
|
||||
|
||||
/**
|
||||
* Whether or not the `stdbuf` command is available in the path
|
||||
* Get the full path to the `stdbuf` binary of false if the binary is not available
|
||||
*
|
||||
* @return bool
|
||||
* @return string|bool
|
||||
*/
|
||||
public function hasStdBuf();
|
||||
public function getStdBufPath();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue