diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-10-20 21:07:05 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-10-20 21:07:05 +0800 |
commit | 27510a6e9eb8f54a8f109fa9f29481e8f8170862 (patch) | |
tree | 3f2bc382407148b2e3eae7ecccce24e645ff5340 /auth.h | |
parent | 7fda6418e15a92fd538a5e72682de94f90b6e060 (diff) | |
parent | 45bd0edae52c07daa2d54ca7f7c0a57d51130791 (diff) |
merge
--HG--
branch : ecc
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ void cli_authinitialise(); void recv_msg_userauth_request(); void send_msg_userauth_failure(int partial, int incrfail); void send_msg_userauth_success(); +void send_msg_userauth_banner(buffer *msg); void svr_auth_password(); void svr_auth_pubkey(); void svr_auth_pam(); |