mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
sftp: Reformat sftp_statvfs()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit ae0afec98d)
This commit is contained in:
@@ -2730,7 +2730,8 @@ static sftp_statvfs_t sftp_parse_statvfs(sftp_session sftp, ssh_buffer buf) {
|
||||
return statvfs;
|
||||
}
|
||||
|
||||
sftp_statvfs_t sftp_statvfs(sftp_session sftp, const char *path) {
|
||||
sftp_statvfs_t sftp_statvfs(sftp_session sftp, const char *path)
|
||||
{
|
||||
sftp_status_message status = NULL;
|
||||
sftp_message msg = NULL;
|
||||
ssh_string pathstr;
|
||||
|
||||
Reference in New Issue
Block a user