summaryrefslogtreecommitdiffstats
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 00000000..db7aaae0
--- /dev/null
+++ b/auth2-pam.h
@@ -0,0 +1,6 @@
+#include "includes.h"
+#ifdef USE_PAM
+
+int auth2_pam(Authctxt *authctxt);
+
+#endif /* USE_PAM */