mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-25 03:41:57 +03:00
libssh2_session_startup(3) => libssh2_session_handshake(3)
Propagate for the current function in docs and examples. libssh2_session_startup() is deprecated.
This commit is contained in:
@ -15,7 +15,7 @@ libssh2_session_banner_set(LIBSSH2_SESSION *session, const char *banner);
|
||||
banner
|
||||
|
||||
Set the banner that will be sent to the remote host when the SSH session is
|
||||
started with \fIlibssh2_session_startup(3)\fP This is optional; a banner
|
||||
started with \fIlibssh2_session_handshake(3)\fP This is optional; a banner
|
||||
corresponding to the protocol and libssh2 version will be sent by default.
|
||||
.SH RETURN VALUE
|
||||
Returns 0 on success or negative on failure. It returns LIBSSH2_ERROR_EAGAIN
|
||||
|
Reference in New Issue
Block a user