libssh2_exit - Man Page
global library deinitialization
Synopsis
#include <libssh2.h> void libssh2_exit(void);
Description
Exit the libssh2 functions and frees all memory used internal.
Availability
Added in libssh2 1.2.5
See Also
Referenced By
19 Mar 2010 libssh2