1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

init/exit: mention these were added in 1.2.5

This commit is contained in:
Daniel Stenberg
2010-05-01 23:49:45 +02:00
parent 358aa3e24b
commit 5184aec461
2 changed files with 4 additions and 5 deletions

View File

@ -8,14 +8,13 @@ libssh2_init - global library initialization
int
libssh2_init(int flags);
.SH DESCRIPTION
Initialize the libssh2 functions. This typically initialize the
crypto library. It uses a global state, and is not thread safe -- you
must make sure this function is not called concurrently.
.SH RETURN VALUE
Returns 0 if succeeded, or a negative value for error.
.SH AVAILABILITY
Added in libssh2 1.2.5
.SH SEE ALSO
.BR libssh2_exit(3)