1
0
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:
Andreas Schneider
2018-08-31 18:59:56 +02:00
parent 0be43c333e
commit ae0afec98d

View File

@@ -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;