From 7fea679b6f4c376cf068eaee987d3ff4e415b23e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Sep 1996 15:16:19 +0000 Subject: changed _TOD_Is_set from a function to a boolean variable --- c/src/exec/score/headers/tod.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/exec/score/headers') diff --git a/c/src/exec/score/headers/tod.h b/c/src/exec/score/headers/tod.h index 3788a74256..ea7a7855f1 100644 --- a/c/src/exec/score/headers/tod.h +++ b/c/src/exec/score/headers/tod.h @@ -67,6 +67,13 @@ typedef struct { /* RTEID style time/date */ unsigned32 ticks; /* elapsed ticks between secs */ } TOD_Control; +/* + * The following is TRUE if the application has set the current + * time of day, and FALSE otherwise. + */ + +SCORE_EXTERN boolean _TOD_Is_set; + /* * The following contains the current time of day. */ -- cgit v1.2.3