summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index 2f094403d..8d1f93403 100644
--- a/auth.h
+++ b/auth.h
@@ -130,6 +130,9 @@ int auth_shadow_pwexpired(Authctxt *);
130#endif 130#endif
131 131
132#include "auth-pam.h" 132#include "auth-pam.h"
133#include "audit.h"
134void remove_kbdint_device(const char *);
135
133void disable_forwarding(void); 136void disable_forwarding(void);
134 137
135void do_authentication(Authctxt *); 138void do_authentication(Authctxt *);
@@ -137,6 +140,7 @@ void do_authentication2(Authctxt *);
137 140
138void auth_log(Authctxt *, int, char *, char *); 141void auth_log(Authctxt *, int, char *, char *);
139void userauth_finish(Authctxt *, int, char *); 142void userauth_finish(Authctxt *, int, char *);
143void userauth_send_banner(const char *);
140int auth_root_allowed(char *); 144int auth_root_allowed(char *);
141 145
142char *auth2_read_banner(void); 146char *auth2_read_banner(void);