source:
trunk/third/openssh/auth2-pam.h
@
16801
Revision 16801, 163 bytes checked in by ghudson, 23 years ago (diff) |
---|
Line | |
---|---|
1 | /* $Id: auth2-pam.h,v 1.1.1.1 2001-11-15 19:24:15 ghudson Exp $ */ |
2 | |
3 | #include "includes.h" |
4 | #ifdef USE_PAM |
5 | |
6 | int auth2_pam(Authctxt *authctxt); |
7 | |
8 | #endif /* USE_PAM */ |
Note: See TracBrowser
for help on using the repository browser.