summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index b6a6a49a5..a8f61f403 100644
--- a/auth.h
+++ b/auth.h
@@ -122,7 +122,8 @@ int auth_krb5_password(Authctxt *authctxt, const char *password);
122void krb5_cleanup_proc(Authctxt *authctxt); 122void krb5_cleanup_proc(Authctxt *authctxt);
123#endif /* KRB5 */ 123#endif /* KRB5 */
124 124
125#ifdef USE_SHADOW 125#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
126int auth_shadow_acctexpired(struct spwd *);
126int auth_shadow_pwexpired(Authctxt *); 127int auth_shadow_pwexpired(Authctxt *);
127#endif 128#endif
128 129