diff options
Diffstat (limited to 'contrib/ntp/include/ntpd.h')
-rw-r--r-- | contrib/ntp/include/ntpd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ntp/include/ntpd.h b/contrib/ntp/include/ntpd.h index ead0c2cf8171..de9283360a46 100644 --- a/contrib/ntp/include/ntpd.h +++ b/contrib/ntp/include/ntpd.h @@ -232,7 +232,7 @@ extern double sys_mindisp; extern double sys_maxdist; extern char *sys_ident; /* identity scheme */ -extern void poll_update (struct peer *, u_char); +extern void poll_update (struct peer *, u_char, u_char); extern void clear (struct peer *); extern void clock_filter (struct peer *, double, double, double); @@ -282,7 +282,7 @@ extern u_char sys_automax; /* session key timeout */ /* ntp_util.c */ extern void init_util (void); extern void write_stats (void); -extern void stats_config (int, const char *); +extern void stats_config (int, const char *, int optflag); extern void record_peer_stats (sockaddr_u *, int, double, double, double, double); extern void record_proto_stats (char *); extern void record_loop_stats (double, double, double, double, int); @@ -568,7 +568,7 @@ extern char *group; /* group to switch to */ extern const char *chrootdir; /* directory to chroot() to */ #endif #ifdef HAVE_WORKING_FORK -extern int waitsync_fd_to_close; /* -w/--wait-sync */ +extern int daemon_pipe[2]; /* startup monitoring */ #endif /* ntservice.c */ |