mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 10:26:47 +09:00
sftp: Reformat sftp_xstat()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -3065,8 +3065,10 @@ char *sftp_canonicalize_path(sftp_session sftp, const char *path)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static sftp_attributes sftp_xstat(sftp_session sftp, const char *path,
|
||||
int param) {
|
||||
static sftp_attributes sftp_xstat(sftp_session sftp,
|
||||
const char *path,
|
||||
int param)
|
||||
{
|
||||
sftp_status_message status = NULL;
|
||||
sftp_message msg = NULL;
|
||||
ssh_string pathstr;
|
||||
|
||||
Reference in New Issue
Block a user