man page: add missing function argument
for libssh2_userauth_publickey_fromfile_ex() Reported-by: "pastey" Fixes #262
This commit is contained in:
parent
c2329aa09e
commit
fa15fded72
@ -7,6 +7,7 @@ libssh2_userauth_publickey_fromfile - authenticate a session with a public key,
|
|||||||
.nf
|
.nf
|
||||||
int libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
|
int libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
|
||||||
const char *username,
|
const char *username,
|
||||||
|
unsigned int ousername_len,
|
||||||
const char *publickey,
|
const char *publickey,
|
||||||
const char *privatekey,
|
const char *privatekey,
|
||||||
const char *passphrase);
|
const char *passphrase);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user