mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
Reformat sftp_utimes().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@613 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -2184,7 +2184,8 @@ int sftp_chmod(SFTP_SESSION *sftp, const char *file, mode_t mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Change the last modification and access time of a file. */
|
/* Change the last modification and access time of a file. */
|
||||||
int sftp_utimes(SFTP_SESSION *sftp, const char *file, const struct timeval *times) {
|
int sftp_utimes(SFTP_SESSION *sftp, const char *file,
|
||||||
|
const struct timeval *times) {
|
||||||
SFTP_ATTRIBUTES attr;
|
SFTP_ATTRIBUTES attr;
|
||||||
|
|
||||||
ZERO_STRUCT(attr);
|
ZERO_STRUCT(attr);
|
||||||
|
|||||||
Reference in New Issue
Block a user