GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
libssh2_knownhost_get(3) libssh2 manual libssh2_knownhost_get(3)

libssh2_knownhost_get - get a known host off the collection of known hosts

#include <libssh2.h>

int libssh2_knownhost_get(LIBSSH2_KNOWNHOSTS *hosts, struct libssh2_knownhost **store, struct libssh2_knownhost *prev):

libssh2_knownhost_get(3) allows an application to iterate over all known hosts in the collection.

store should point to a pointer that gets filled in to point to the known host data.

prev is a pointer to a previous 'struct libssh2_knownhost' as returned by a previous invoke of this function, or NULL to get the first entry in the internal collection.

Returns 0 if everything is fine and information about a host was stored in the store struct.

Returns 1 if it reached the end of hosts.

Returns negative values for error

Added in libssh2 1.2

libssh2_knownhost_readfile(3) libssh2_knownhost_writefile(3) libssh2_knownhost_add(3)
28 May 2009 libssh2 1.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.