libssh2_knownhost_check docs: correct the prototype
This commit is contained in:
parent
7bbefe0660
commit
358aa3e24b
@ -8,7 +8,8 @@ libssh2_knownhost_check - check a host+key against the list of known hosts
|
|||||||
#include <libssh2.h>
|
#include <libssh2.h>
|
||||||
|
|
||||||
int libssh2_knownhost_check(LIBSSH2_KNOWNHOSTS *hosts,
|
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,
|
int typemask,
|
||||||
struct libssh2_knownhost **knownhost);
|
struct libssh2_knownhost **knownhost);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user