libssh2_exit(3) - Linux man page

Name

libssh2_exit - global library deinitialization

Synopsis

#include <libssh2.h>

void libssh2_exit(void);

Description

Exit the libssh2 functions and free's all memory used internal.

Availability

Added in libssh2 1.2.5

See Also

libssh2_init(3)