This commit was generated by cvs2svn to compensate for changes in r162735,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
2ab556f91b
@ -134,8 +134,10 @@ extern u_char * cache_key; /* key pointer */
|
||||
extern u_int cache_keylen; /* key length */
|
||||
|
||||
/* clocktypes.c */
|
||||
#ifdef NTP_REFCLOCK_H
|
||||
struct clktype;
|
||||
extern struct clktype clktypes[];
|
||||
#endif
|
||||
|
||||
/* getopt.c */
|
||||
extern char * ntp_optarg; /* global argument pointer */
|
||||
|
@ -226,8 +226,10 @@ extern int config_priority;
|
||||
#endif
|
||||
|
||||
/* ntp_control.c */
|
||||
#if 0
|
||||
struct ctl_trap;
|
||||
extern struct ctl_trap ctl_trap[];
|
||||
#endif
|
||||
extern int num_ctl_traps;
|
||||
extern keyid_t ctl_auth_keyid; /* keyid used for authenticating write requests */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user