X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=expire.h;h=6e7fc5ee533d088cfed1f88dc6565b813e031a67;hb=413c510553a773cd16e2b538e4a208b4c4d9f775;hp=c7df48d253d39fb3f1ee7b017078c34e207514c9;hpb=a4d53c2fe3dc1952c7c7d8a4283545389ba5aa64;p=tac_plus.git diff --git a/expire.h b/expire.h index c7df48d..6e7fc5e 100644 --- a/expire.h +++ b/expire.h @@ -1,4 +1,9 @@ -/* +#ifndef EXPIRE_H +#define EXPIRE_H 1 + +#include "tac_plus.h" + +/* Copyright (c) 1995-1998 by Cisco systems, Inc. Permission to use, copy, modify, and distribute this software for @@ -17,10 +22,15 @@ FITNESS FOR A PARTICULAR PURPOSE. */ + #define PW_OK 0 /* pw not expired and not due to expire soon */ #define PW_EXPIRED 1 /* pw has expired */ #define PW_EXPIRING 2 /* pw will expire soon */ #define MAX_PASSWD_LEN 256 -extern int check_expiration(); + +extern int check_expiration TAC_ARGS((const char *date)); + + +#endif /* EXPIRE_H */