geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
492 B

  1. .\"
  2. .\" Copyright (c) 2009 by Daiki Ueno
  3. .\"
  4. .TH libssh2_agent_free 3 "28 May 2009" "libssh2 1.2" "libssh2 manual"
  5. .SH NAME
  6. libssh2_agent_free - free an ssh-agent handle
  7. .SH SYNOPSIS
  8. #include <libssh2.h>
  9. void libssh2_agent_free(LIBSSH2_AGENT *agent);
  10. .SH DESCRIPTION
  11. Free an ssh-agent handle. This function also frees the internal
  12. collection of public keys.
  13. .SH RETURN VALUE
  14. None.
  15. .SH AVAILABILITY
  16. Added in libssh2 1.2
  17. .SH SEE ALSO
  18. .BR libssh2_agent_init(3)
  19. .BR libssh2_agent_disconnect(3)