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

options: Update doc for SSH_OPTIONS_PORT

Signed-off-by: Till Wimmer <g4-lisz@tonarchiv.ch>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Till Wimmer
2019-04-09 12:56:39 +02:00
committed by Andreas Schneider
parent 95ab5f0dce
commit 6cd506ea81

View File

@@ -249,7 +249,7 @@ int ssh_options_set_algo(ssh_session session,
* The hostname or ip address to connect to (const char *). * The hostname or ip address to connect to (const char *).
* *
* - SSH_OPTIONS_PORT: * - SSH_OPTIONS_PORT:
* The port to connect to (unsigned int). * The port to connect to (unsigned int *).
* *
* - SSH_OPTIONS_PORT_STR: * - SSH_OPTIONS_PORT_STR:
* The port to connect to (const char *). * The port to connect to (const char *).