diff auth.h @ 837:fdf51d3f26e1 ecc

merge
author Matt Johnston <matt@ucc.asn.au>
date Sun, 20 Oct 2013 21:07:05 +0800
parents 8fe36617bf4e
children bae0b34bc059 0bb16232e7c4
line wrap: on
line diff
--- a/auth.h	Sun Oct 20 21:06:18 2013 +0800
+++ b/auth.h	Sun Oct 20 21:07:05 2013 +0800
@@ -36,6 +36,7 @@
 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();