man page: add missing function argument

for libssh2_userauth_publickey_fromfile_ex()

Reported-by: "pastey"

Fixes #262
This commit is contained in:
Daniel Stenberg 2013-10-16 23:19:14 +02:00
parent c2329aa09e
commit fa15fded72

View File

@ -7,6 +7,7 @@ libssh2_userauth_publickey_fromfile - authenticate a session with a public key,
.nf
int libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
const char *username,
unsigned int ousername_len,
const char *publickey,
const char *privatekey,
const char *passphrase);