Add prototype for hardupdate() ifdef NTP.

This commit is contained in:
briggs 1996-06-09 04:55:09 +00:00
parent 0a55dbede5
commit 7f550b62ea
1 changed files with 4 additions and 1 deletions

View File

@ -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
@ -180,6 +180,9 @@ struct clockframe;
void hardclock __P((struct clockframe *frame));
void softclock __P((void));
void statclock __P((struct clockframe *frame));
#ifdef NTP
void hardupdate __P((long offset));
#endif
void initclocks __P((void));
void inittodr __P((time_t));