1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Fix doxygen warning

This commit is contained in:
Aris Adamantiadis
2011-01-16 23:42:08 +01:00
parent 6b52aaff1c
commit 0e2bbdd25b

View File

@@ -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) {