Reformat sftp_utimes().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@613 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
родитель
75c3996a49
Коммит
367f4b999a
@ -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. */
|
||||
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;
|
||||
|
||||
ZERO_STRUCT(attr);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user