diff options
Diffstat (limited to 'include/ntp_fp.h')
-rw-r--r-- | include/ntp_fp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntp_fp.h b/include/ntp_fp.h index b5d28205541b3..2782ebfe921ac 100644 --- a/include/ntp_fp.h +++ b/include/ntp_fp.h @@ -364,6 +364,7 @@ extern void init_systime (void); extern void get_systime (l_fp *); extern int step_systime (double); extern int adj_systime (double); +extern int clamp_systime (void); extern struct tm * ntp2unix_tm (u_int32 ntp, int local); |