mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
sftp: Reformat sftp_setstat()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -2406,7 +2406,8 @@ int sftp_rename(sftp_session sftp, const char *original, const char *newname) {
|
||||
|
||||
/* Code written by Nick */
|
||||
/* Set file attributes on a file, directory or symbolic link. */
|
||||
int sftp_setstat(sftp_session sftp, const char *file, sftp_attributes attr) {
|
||||
int sftp_setstat(sftp_session sftp, const char *file, sftp_attributes attr)
|
||||
{
|
||||
uint32_t id;
|
||||
ssh_buffer buffer;
|
||||
ssh_string path;
|
||||
|
||||
Reference in New Issue
Block a user