summaryrefslogtreecommitdiffstats
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 b39e48d9..b6a6a49a 100644
--- a/auth.h
+++ b/auth.h
@@ -122,6 +122,10 @@ int auth_krb5_password(Authctxt *authctxt, const char *password);
void krb5_cleanup_proc(Authctxt *authctxt);
#endif /* KRB5 */
+#ifdef USE_SHADOW
+int auth_shadow_pwexpired(Authctxt *);
+#endif
+
#include "auth-pam.h"
void disable_forwarding(void);