Add prototype for hardupdate() ifdef NTP.
This commit is contained in:
parent
0a55dbede5
commit
7f550b62ea
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: systm.h,v 1.49 1996/04/22 01:23:35 christos Exp $ */
|
/* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1982, 1988, 1991, 1993
|
* Copyright (c) 1982, 1988, 1991, 1993
|
||||||
|
@ -180,6 +180,9 @@ struct clockframe;
|
||||||
void hardclock __P((struct clockframe *frame));
|
void hardclock __P((struct clockframe *frame));
|
||||||
void softclock __P((void));
|
void softclock __P((void));
|
||||||
void statclock __P((struct clockframe *frame));
|
void statclock __P((struct clockframe *frame));
|
||||||
|
#ifdef NTP
|
||||||
|
void hardupdate __P((long offset));
|
||||||
|
#endif
|
||||||
|
|
||||||
void initclocks __P((void));
|
void initclocks __P((void));
|
||||||
void inittodr __P((time_t));
|
void inittodr __P((time_t));
|
||||||
|
|
Loading…
Reference in New Issue