libssh2_agent_disconnect.3 510 B

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