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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user