summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index c4a8ac54..ef392ace 100644
--- a/auth.h
+++ b/auth.h
@@ -34,6 +34,9 @@ struct Authctxt {
struct passwd *pw;
};
+#include "auth-pam.h"
+#include "auth2-pam.h"
+
void do_authentication(void);
void do_authentication2(void);