diff options
author | Colin Watson <cjwatson@debian.org> | 2005-03-10 00:24:57 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-03-10 00:24:57 +0000 |
commit | 5d05471f6657646d1d6500c7c43134462c407ee6 (patch) | |
tree | c142ff8a5b1fcb1c671ba8c6f023746191124d39 /auth2-pam.h | |
parent | 485bab886137bbf8b7ec8df82bd66dc6e5654371 (diff) | |
parent | ebd2ce335af5861020c79fddb1ae35c03bf036cf (diff) |
Import OpenSSH 4.0p1.
Diffstat (limited to 'auth2-pam.h')
-rw-r--r-- | auth2-pam.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auth2-pam.h b/auth2-pam.h new file mode 100644 index 000000000..c54f811cf --- /dev/null +++ b/auth2-pam.h | |||
@@ -0,0 +1,8 @@ | |||
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 */ | ||