1
1
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@613 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Andreas Schneider 2009-04-27 10:25:31 +00:00
родитель 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);