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_disconnect - close a connection to an ssh-agent

Availability

       Added in libssh2 1.2

Description

       Close a connection to an ssh-agent.

Name

       libssh2_agent_disconnect - close a connection to an ssh-agent

Return Value

       Returns 0 if succeeded, or a negative value for error.

See Also

libssh2_agent_connect(3)libssh2_agent_free(3)

libssh2                                            23 Dec 2009                       libssh2_agent_disconnect(3)

Synopsis

       #include <libssh2.h>

       int
       libssh2_agent_disconnect(LIBSSH2_AGENT *agent);

See Also