1libssh2_agent_free(3)               libssh2              libssh2_agent_free(3)
2
3
4

NAME

6       libssh2_agent_free - free an ssh-agent handle
7

SYNOPSIS

9       #include <libssh2.h>
10
11       void
12       libssh2_agent_free(LIBSSH2_AGENT *agent);
13

DESCRIPTION

15       Free  an  ssh-agent handle.  This function also frees the internal col‐
16       lection of public keys.
17

RETURN VALUE

19       None.
20

AVAILABILITY

22       Added in libssh2 1.2
23

SEE ALSO

25       libssh2_agent_init(3) libssh2_agent_disconnect(3)
26
27
28
29libssh2                           28 May 2009            libssh2_agent_free(3)
Impressum