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
496 B

  1. .\"
  2. .\" Copyright (c) 2009 by Daniel Stenberg
  3. .\"
  4. .TH libssh2_knownhost_free 3 "28 May 2009" "libssh2 1.2" "libssh2 manual"
  5. .SH NAME
  6. libssh2_knownhost_free - free a collection of known hosts
  7. .SH SYNOPSIS
  8. #include <libssh2.h>
  9. void libssh2_knownhost_free(LIBSSH2_KNOWNHOSTS *hosts);
  10. .SH DESCRIPTION
  11. Free a collection of known hosts.
  12. .SH RETURN VALUE
  13. None.
  14. .SH AVAILABILITY
  15. Added in libssh2 1.2
  16. .SH SEE ALSO
  17. .BR libssh2_knownhost_init(3)
  18. .BR libssh2_knownhost_add(3)
  19. .BR libssh2_knownhost_check(3)