libssh2_agent_disconnect.3 (507B)
1.\" 2.\" Copyright (c) 2009 by Daiki Ueno 3.\" 4.TH libssh2_agent_disconnect 3 "23 Dec 2009" "libssh2" "libssh2" 5.SH NAME 6libssh2_agent_disconnect - close a connection to an ssh-agent 7.SH SYNOPSIS 8.nf 9#include <libssh2.h> 10 11int 12libssh2_agent_disconnect(LIBSSH2_AGENT *agent); 13.fi 14.SH DESCRIPTION 15Close a connection to an ssh-agent. 16 17.SH RETURN VALUE 18Returns 0 if succeeded, or a negative value for error. 19.SH AVAILABILITY 20Added in libssh2 1.2 21.SH SEE ALSO 22.BR libssh2_agent_connect(3) 23.BR libssh2_agent_free(3)