summaryrefslogtreecommitdiff
path: root/auth2-pam.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-23 17:49:41 +0000
committerColin Watson <cjwatson@debian.org>2003-09-23 17:49:41 +0000
commit45431c9b4677608680cd071768cbf156b316a7e8 (patch)
tree9dd03d2cda2d52d8457ec7ae06902fbe0496e1e0 /auth2-pam.h
parent6dbe10d82295512af03b81649c26841381318996 (diff)
parent9221adce6959801664fd4a340c19e6b69107ad0b (diff)
Import OpenSSH 3.7.1p2.
Diffstat (limited to 'auth2-pam.h')
-rw-r--r--auth2-pam.h8
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
6int auth2_pam(Authctxt *authctxt);
7
8#endif /* USE_PAM */