1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +03:00

libssh2_banner_set => libssh2_session_banner_get

Marked the old function as deprecated. Added the new name in the correct
name space with the same arguments and functionality.
This commit is contained in:
Daniel Stenberg
2011-09-09 23:11:42 +02:00
parent f2c21f6f84
commit 7229d989e7
6 changed files with 54 additions and 7 deletions

View File

@@ -13,6 +13,8 @@ the banner each server presents.
A pointer to a string or NULL if something failed. The data pointed to will be
allocated and associated to the session handle and will be freed by libssh2
when \fIlibssh2_session_free(3)\fP is used.
.SH AVAILABILITY
Added in 1.4.0
.SH SEE ALSO
.BR libssh2_session_banner_set(3),
.BR libssh2_session_handshake(3),