summaryrefslogtreecommitdiffstats
path: root/auth2-pam.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-pam.h')
-rw-r--r--auth2-pam.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/auth2-pam.h b/auth2-pam.h
deleted file mode 100644
index c54f811c..00000000
--- a/auth2-pam.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* $Id: auth2-pam.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
-
-#include "includes.h"
-#ifdef USE_PAM
-
-int auth2_pam(Authctxt *authctxt);
-
-#endif /* USE_PAM */