1libssh2_agent_free(3) libssh2 manual libssh2_agent_free(3)
23
4
NAME
6libssh2_agent_free - free an ssh-agent handle
7
SYNOPSIS
9#include <libssh2.h>
1011
void libssh2_agent_free(LIBSSH2_AGENT *agent);
12
DESCRIPTION
14Free an ssh-agent handle. This function also frees the internal col‐
15lection of public keys.
16
RETURN VALUE
18None.
19
AVAILABILITY
21Added in libssh2 1.2
22
SEE ALSO
24libssh2_agent_init(3) libssh2_agent_disconnect(3)
2526
27
28
libssh2 1.2 28 May 2009 libssh2_agent_free(3)