- More large OpenBSD CVS updates:
   - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
     [session.h ssh.h sshd.c README.openssh2]
     ssh2 server side, see README.openssh2; enable with 'sshd -2'
   - [channels.c]
     no adjust after close
   - [sshd.c compat.c ]
     interop w/ latest ssh.com windows client.
diff --git a/auth.h b/auth.h
index 8051777..3771e82 100644
--- a/auth.h
+++ b/auth.h
@@ -2,5 +2,9 @@
 #define AUTH_H
 
 void	do_authentication(void);
+void	do_authentication2(void);
+
+struct passwd *
+auth_get_user(void);
 
 #endif