From 0e2bbdd25b2b772ffa2ca8bf825a8f1746641157 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 16 Jan 2011 23:42:08 +0100 Subject: Fix doxygen warning --- src/auth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/auth.c b/src/auth.c index c29317d..185119f 100644 --- a/src/auth.c +++ b/src/auth.c @@ -313,6 +313,8 @@ int ssh_auth_list(ssh_session session) { SSH_AUTH_METHOD_PUBLICKEY, SSH_AUTH_METHOD_HOSTBASED, SSH_AUTH_METHOD_INTERACTIVE. @warning Other reserved flags may appear in future versions. + @warning This call will block, even in nonblocking mode, if run for the first + time before a (complete) call to ssh_userauth_none. */ int ssh_userauth_list(ssh_session session, const char *username) { if (session == NULL) { -- cgit