- (stevesk) ~/.hushlogin shouldn't cause required password change to
    be bypassed.
diff --git a/auth-pam.h b/auth-pam.h
index f537fe7..7f23046 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -11,6 +11,7 @@
 void do_pam_session(char *username, const char *ttyname);
 void do_pam_setcred();
 void print_pam_messages(void);
+int pam_password_change_required(void);
 void do_pam_chauthtok();
 
 #endif /* USE_PAM */