]> andersk Git - openssh.git/blob - auth2-pam.h
- (djm) OpenBSD CVS Sync
[openssh.git] / auth2-pam.h
1 /* $Id$ */
2
3 #include "includes.h"
4 #ifdef USE_PAM
5
6 int     auth2_pam(Authctxt *authctxt);
7
8 #endif /* USE_PAM */
This page took 0.204821 seconds and 5 git commands to generate.