]> andersk Git - openssh.git/blobdiff - auth.h
[configure.ac] SCO3 needs -lcrypt_i for -lprot
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index de2f1e800a69e3009fa05147cb1b16747ca5bcec..de2222aaa3622dc631a65ba9b2e1c9bb98e8b720 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: auth.h,v 1.48 2003/11/04 08:54:09 djm Exp $   */
+/*     $OpenBSD: auth.h,v 1.49 2004/01/30 09:48:57 markus Exp $        */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -122,7 +122,14 @@ int        auth_krb5_password(Authctxt *authctxt, const char *password);
 void   krb5_cleanup_proc(Authctxt *authctxt);
 #endif /* KRB5 */
 
+#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
+#include <shadow.h>
+int auth_shadow_acctexpired(struct spwd *);
+int auth_shadow_pwexpired(Authctxt *);
+#endif
+
 #include "auth-pam.h"
+void disable_forwarding(void);
 
 void   do_authentication(Authctxt *);
 void   do_authentication2(Authctxt *);
This page took 0.03228 seconds and 4 git commands to generate.