X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/cadfc7599f9dafc38441dddae09b6abaa04d2a60..5a8bd0c38933ec8c531aad7b371a04e94c76ad99:/auth.h 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);