1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

Reformat sftp_server_version().

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@595 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-04-23 11:39:57 +00:00
parent 7592d9f42c
commit 75da135324

View File

@@ -1125,8 +1125,8 @@ SFTP_ATTRIBUTES *sftp_parse_attr(SFTP_SESSION *session, BUFFER *buf,
} }
/* Get the version of the SFTP protocol supported by the server */ /* Get the version of the SFTP protocol supported by the server */
int sftp_server_version(SFTP_SESSION *sftp){ int sftp_server_version(SFTP_SESSION *sftp) {
return sftp->server_version; return sftp->server_version;
} }
/* Get a single file attributes structure of a directory. */ /* Get a single file attributes structure of a directory. */