diff options
author | Xin LI <delphij@FreeBSD.org> | 2018-02-28 06:23:12 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2018-02-28 06:23:12 +0000 |
commit | d14ac12f8738acac881f20b4d6244cfc22c68ead (patch) | |
tree | 8888cc3c4a7235bf8abd28681330d20442bc3705 /include/ntp_fp.h | |
parent | 07ac48c3644021279e113d530764a231e27490a7 (diff) |
Notes
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); |