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

Fixed documentation of ssh_options_copy().

This commit is contained in:
Andreas Schneider
2009-12-18 23:38:27 +01:00
parent 1b7877f6ed
commit ed257b982a

View File

@@ -50,9 +50,11 @@
* If you make several sessions with the same options this is useful. You
* cannot use twice the same option structure in ssh_session_connect.
*
* @param opt Option structure to copy.
* @param src The session to use to copy the options.
*
* @returns New copied option structure, NULL on error.
* @param dest The session to copy the options to.
*
* @returns 0 on sucess, -1 on error with errno set.
*
* @see ssh_session_connect()
*/