2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

note in the comment that isc_time_microdiff returns 0 if t1 < t2.

no need to pull up.
This commit is contained in:
David Lawrence 2000-06-30 22:40:32 +00:00
parent 277bbd41d4
commit 641689bff4
2 changed files with 8 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: time.h,v 1.20 2000/06/22 21:59:01 tale Exp $ */
/* $Id: time.h,v 1.21 2000/06/30 22:40:30 tale Exp $ */
#ifndef ISC_TIME_H
#define ISC_TIME_H 1
@ -224,6 +224,9 @@ isc_time_microdiff(isc_time_t *t1, isc_time_t *t2);
* Requires:
*
* 't1' and 't2' are valid pointers.
*
* Returns:
* The difference of t1 - t2, or 0 if t1 <= t2.
*/
isc_uint32_t

View File

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: time.h,v 1.15 2000/06/22 21:59:20 tale Exp $ */
/* $Id: time.h,v 1.16 2000/06/30 22:40:32 tale Exp $ */
#ifndef ISC_TIME_H
#define ISC_TIME_H 1
@ -224,6 +224,9 @@ isc_time_microdiff(isc_time_t *t1, isc_time_t *t2);
* Requires:
*
* 't1' and 't2' are valid pointers.
*
* Returns:
* The difference of t1 - t2, or 0 if t1 <= t2.
*/
isc_uint32_t