logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

libssh2_agent_free - free an ssh-agent handle

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);

See Also