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