diff auth.h @ 57:3b2a5a1c4347 authpam

svr-authpam code merged and works. needs tidying a log
author Matt Johnston <matt@ucc.asn.au>
date Sun, 08 Aug 2004 16:57:37 +0000
parents 4b53a43f0082
children aad4b3f58556
line wrap: on
line diff
--- a/auth.h	Sun Aug 08 16:57:00 2004 +0000
+++ b/auth.h	Sun Aug 08 16:57:37 2004 +0000
@@ -36,6 +36,7 @@
 void send_msg_userauth_success();
 void svr_auth_password();
 void svr_auth_pubkey();
+void svr_auth_pam();
 
 /* Client functions */
 void recv_msg_userauth_failure();