libssh2_agent_free - Man Page

free an ssh-agent handle

Synopsis

#include <libssh2.h>

void
libssh2_agent_free(LIBSSH2_AGENT *agent);

Description

Free an ssh-agent handle.  This function also frees the internal collection of public keys.

Return Value

None.

Availability

Added in libssh2 1.2

See Also

libssh2_agent_init(3) libssh2_agent_disconnect(3)

Referenced By

libssh2_agent_disconnect(3), libssh2_agent_init(3).

28 May 2009 libssh2