]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/auth2-pam.h
add more RFC defined telnet options
[FreeBSD/FreeBSD.git] / crypto / openssh / auth2-pam.h
1 /* $Id: auth2-pam.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2
3 #include "includes.h"
4 #ifdef USE_PAM
5
6 int     auth2_pam(Authctxt *authctxt);
7
8 #endif /* USE_PAM */