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:
Andreas Schneider
2009-04-27 10:25:31 +00:00
parent 75c3996a49
commit 367f4b999a

View File

@@ -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);