summaryrefslogtreecommitdiff
path: root/auth2-pam.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-pam.h')
-rw-r--r--auth2-pam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/auth2-pam.h b/auth2-pam.h
new file mode 100644
index 000000000..db7aaae04
--- /dev/null
+++ b/auth2-pam.h
@@ -0,0 +1,6 @@
1#include "includes.h"
2#ifdef USE_PAM
3
4int auth2_pam(Authctxt *authctxt);
5
6#endif /* USE_PAM */