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

Add man page for libssh2_init and libssh2_exit. Fix libssh2_exit prototype.

This commit is contained in:
Simon Josefsson
2010-03-19 09:21:48 +01:00
parent 55ede3b41b
commit 6c3c3e1b49
4 changed files with 38 additions and 1 deletions

View File

@@ -393,7 +393,7 @@ LIBSSH2_API int libssh2_init(int flags);
*
* Exit the libssh2 functions and free's all memory used internal.
*/
LIBSSH2_API void libssh2_exit();
LIBSSH2_API void libssh2_exit(void);
/* Session API */
LIBSSH2_API LIBSSH2_SESSION *