From af997b221d19bb66529066cd7f63e2c5f0a9a353 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 28 Mar 2011 12:55:48 +0200 Subject: Fixed doc of ssh_userauth_list() (cherry picked from commit 1c062b22bf8107e6cddce0b198e0e50441826cfd) --- src/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.c b/src/auth.c index dee02361..bed48c23 100644 --- a/src/auth.c +++ b/src/auth.c @@ -308,7 +308,7 @@ int ssh_auth_list(ssh_session session) { /** * @brief retrieves available authentication methods for this session * @param[in] session the SSH session - * @param[in] username set to NULL + * @param[in] username Deprecated, set to NULL. * @returns A bitfield of values SSH_AUTH_METHOD_NONE, SSH_AUTH_METHOD_PASSWORD, SSH_AUTH_METHOD_PUBLICKEY, SSH_AUTH_METHOD_HOSTBASED, SSH_AUTH_METHOD_INTERACTIVE. -- cgit