mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
sftp: Reformat sftp_fstatvfs()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -2903,7 +2903,8 @@ done:
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
sftp_statvfs_t sftp_fstatvfs(sftp_file file) {
|
sftp_statvfs_t sftp_fstatvfs(sftp_file file)
|
||||||
|
{
|
||||||
sftp_status_message status = NULL;
|
sftp_status_message status = NULL;
|
||||||
sftp_message msg = NULL;
|
sftp_message msg = NULL;
|
||||||
sftp_session sftp;
|
sftp_session sftp;
|
||||||
|
|||||||
Reference in New Issue
Block a user