]> andersk Git - openssh.git/blobdiff - auth.h
- (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index b39e48d9aeb86349fa5387c99aa3d5ffdbc8ab89..b6a6a49a5d84393ba0799c093a56daf8874dfc74 100644 (file)
--- 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);
 
This page took 0.109677 seconds and 4 git commands to generate.