summaryrefslogtreecommitdiffhomepage
path: root/auth.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-10-18 21:38:01 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-10-18 21:38:01 +0800
commit45bd0edae52c07daa2d54ca7f7c0a57d51130791 (patch)
tree38ab731e4c38f1e287c187a9ca14ea73a92f9434 /auth.h
parentaafeebd0c841494e4f7315890bc97ed0daf99cbd (diff)
parent3d733a16e9ee856a45a1fbd9a1b48005d78063f9 (diff)
Merge in changes from the past couple of releases
--HG-- branch : ecc
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index df6634e..3aed57b 100644
--- a/auth.h
+++ b/auth.h
@@ -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();