summaryrefslogtreecommitdiff
path: root/minires/ns_verify.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-02-15 14:11:11 +0000
committerTed Lemon <source@isc.org>2001-02-15 14:11:11 +0000
commit4f00c281b6c7ef8f0fbb2a5345ecff5a493a2feb (patch)
treeac9e77c039f3a79d741febab30a9443a6e57fa67 /minires/ns_verify.c
parent1bc3ffd5ad578853e226d1bb79dd452f81ea33f0 (diff)
downloadisc-dhcp-4f00c281b6c7ef8f0fbb2a5345ecff5a493a2feb.tar.gz
Add #defines to map public I/O routines.
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. */