From fce52c2b8cda99123887f8e4b7e7f7e1a233ce39 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 9 Oct 1999 13:24:37 +0000 Subject: [PATCH] `A prototype should be a prototype. --- lib/isc/unix/include/isc/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/unix/include/isc/time.h b/lib/isc/unix/include/isc/time.h index 8cf6a198c6..d3bd89b707 100644 --- a/lib/isc/unix/include/isc/time.h +++ b/lib/isc/unix/include/isc/time.h @@ -185,7 +185,7 @@ isc_time_subtract(isc_time_t *t, isc_interval_t *i, isc_time_t *result); */ isc_uint64_t -isc_time_microdiff(isc_time_t *t1, isc_time_t *t2) { +isc_time_microdiff(isc_time_t *t1, isc_time_t *t2); /* * Find the difference in milliseconds between time t1 and time t2. * t2 is the subtrahend of t1; ie, difference = t1 - t2.