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:
@@ -1125,7 +1125,7 @@ SFTP_ATTRIBUTES *sftp_parse_attr(SFTP_SESSION *session, BUFFER *buf,
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user