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:
@@ -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 *
|
||||
|
Reference in New Issue
Block a user