libssh2_knownhost_check docs: correct the prototype

This commit is contained in:
Daniel Stenberg 2010-05-01 23:35:16 +02:00
parent 7bbefe0660
commit 358aa3e24b

View File

@ -8,7 +8,8 @@ libssh2_knownhost_check - check a host+key against the list of known hosts
#include <libssh2.h>
int libssh2_knownhost_check(LIBSSH2_KNOWNHOSTS *hosts,
char *host, char *key, size_t keylen,
const char *host,
const char *key, size_t keylen,
int typemask,
struct libssh2_knownhost **knownhost);
.SH DESCRIPTION