1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

options: Fix documentation of ssh_options_get_port().

This commit is contained in:
Andreas Schneider
2012-10-14 19:53:51 +02:00
parent f5d8bdf946
commit 13c26f0733

View File

@@ -804,7 +804,7 @@ int ssh_options_set(ssh_session session, enum ssh_options_e type,
*
* @param session An allocated SSH session structure.
*
* @param unsigned int An unsigned integer into which the
* @param port_target An unsigned integer into which the
* port will be set from the ssh session.
*
* @return 0 on success, < 0 on error.