Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
libssh2_agent_free(3) - Linux man page
Name
libssh2_agent_free - 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)