1
1

libssh2_knownhost_check docs: correct the prototype

Этот коммит содержится в:
Daniel Stenberg 2010-05-01 23:35:16 +02:00
родитель 7bbefe0660
Коммит 358aa3e24b

Просмотреть файл

@ -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