mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
sftp: Reformat sftp_fstatvfs()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 5914ea7c75)
This commit is contained in:
@@ -2903,7 +2903,8 @@ done:
|
||||
return rc;
|
||||
}
|
||||
|
||||
sftp_statvfs_t sftp_fstatvfs(sftp_file file) {
|
||||
sftp_statvfs_t sftp_fstatvfs(sftp_file file)
|
||||
{
|
||||
sftp_status_message status = NULL;
|
||||
sftp_message msg = NULL;
|
||||
sftp_session sftp;
|
||||
|
||||
Reference in New Issue
Block a user