Debug: Entry args dump for cfg_request_identity()
[tac_plus.git] / expire.h
index c7df48d..6e7fc5e 100644 (file)
--- 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
    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 */