diff options
Diffstat (limited to 'auth2-pam.h')
-rw-r--r-- | auth2-pam.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/auth2-pam.h b/auth2-pam.h deleted file mode 100644 index c54f811cf..000000000 --- a/auth2-pam.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
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 */ | ||