libssh2_agent_free - free an ssh-agent handle
Contents
Availability
Added in libssh2 1.2
Description
Free an ssh-agent handle. This function also frees the internal collection of public keys.
Name
libssh2_agent_free - free an ssh-agent handle
Return Value
None.
See Also
libssh2_agent_init(3)libssh2_agent_disconnect(3) libssh2 28 May 2009 libssh2_agent_free(3)
Synopsis
#include <libssh2.h>
void
libssh2_agent_free(LIBSSH2_AGENT *agent);
