mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-02 22:02:25 +03:00
docs: fix typo in argument name [ci skip]
This commit is contained in:
@ -8,7 +8,7 @@ libssh2_userauth_publickey_fromfile_ex - authenticate a session with a public ke
|
||||
int
|
||||
libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
|
||||
const char *username,
|
||||
unsigned int ousername_len,
|
||||
unsigned int username_len,
|
||||
const char *publickey,
|
||||
const char *privatekey,
|
||||
const char *passphrase);
|
||||
|
Reference in New Issue
Block a user