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

libssh2_init(3)

Referenced By

libssh2_init(3).

19 Mar 2010 libssh2