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

@ -6,9 +6,9 @@ libssh2_exit - global library deinitialization
int
libssh2_exit(void);
.SH DESCRIPTION
Exit the libssh2 functions and free's all memory used internal.
.SH AVAILABILITY
Added in libssh2 1.2.5
.SH SEE ALSO
.BR libssh2_init(3)