summaryrefslogtreecommitdiff
path: root/minires/ns_verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'minires/ns_verify.c')
-rw-r--r--minires/ns_verify.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/minires/ns_verify.c b/minires/ns_verify.c
index b6ce6897..afa1c5a6 100644
--- a/minires/ns_verify.c
+++ b/minires/ns_verify.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999 by Internet Software Consortium, Inc.
+ * Copyright (c) 1999-2001 by Internet Software Consortium, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -16,7 +16,12 @@
*/
#ifndef lint
-static const char rcsid[] = "$Id: ns_verify.c,v 1.3 2001/01/16 22:33:11 mellon Exp $";
+static const char rcsid[] = "$Id: ns_verify.c,v 1.4 2001/02/15 14:10:59 mellon Exp $";
+#endif
+
+#if defined (TRACING)
+#define time(x) trace_mr_time (x)
+time_t trace_mr_time (time_t *);
#endif
/* Import. */