Mercurial > dropbear
diff auth.h @ 773:a9f2a6ae4eb5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 14 Apr 2013 22:49:19 +0800 |
parents | 619b1ed837fd |
children | 8fe36617bf4e |
line wrap: on
line diff
--- a/auth.h Sun Apr 14 22:49:10 2013 +0800 +++ b/auth.h Sun Apr 14 22:49:19 2013 +0800 @@ -67,7 +67,7 @@ void recv_msg_userauth_info_request(); void cli_get_user(); void cli_auth_getmethods(); -void cli_auth_try(); +int cli_auth_try(); void recv_msg_userauth_banner(); void cli_pubkeyfail(); void cli_auth_password();