diff options
Diffstat (limited to 'ntpd/ntp_leapsec.h')
| -rw-r--r-- | ntpd/ntp_leapsec.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ntpd/ntp_leapsec.h b/ntpd/ntp_leapsec.h index 120b75fcbb3f1..1298979d4d581 100644 --- a/ntpd/ntp_leapsec.h +++ b/ntpd/ntp_leapsec.h @@ -174,7 +174,7 @@ extern void leapsec_dump(const leap_table_t*, leapsec_dumper func, void *farg); * around the generic load function, 'leapsec_load()'. */ extern int/*BOOL*/ leapsec_load_stream(FILE * fp, const char * fname, - int/*BOOL*/logall); + int/*BOOL*/logall, int/*BOOL*/vhash); /* Read a leap second file from file. It checks that the file exists and * (if 'force' is not applied) the ctime/mtime has changed since the @@ -184,7 +184,8 @@ extern int/*BOOL*/ leapsec_load_stream(FILE * fp, const char * fname, * otherwise. Uses 'leapsec_load_stream()' internally. */ extern int/*BOOL*/ leapsec_load_file(const char * fname, struct stat * sb, - int/*BOOL*/force, int/*BOOL*/logall); + int/*BOOL*/force, int/*BOOL*/logall, + int/*BOOL*/vhash); /* Get the current leap data signature. This consists of the last * ransition, the table expiration, and the total TAI difference at the |
