mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
sftp: Reformat sftp_statvfs()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
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