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