- Add prototype for adjust_timeout_calltodo().

Submitted/forgotten by:	Ken Key <key@cs.utk.edu>
This commit is contained in:
Nate Williams 1997-12-24 01:33:45 +00:00
parent 5635438650
commit cd36a479fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31960

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)systm.h 8.7 (Berkeley) 3/29/95
* $Id: systm.h,v 1.63 1997/11/21 11:37:03 bde Exp $
* $Id: systm.h,v 1.64 1997/11/21 18:27:15 bde Exp $
*/
#ifndef _SYS_SYSTM_H_
@ -142,6 +142,10 @@ void setstatclockrate __P((int hzrate));
void hardupdate __P((long));
void hardpps __P((struct timeval *tvp, long usec));
#ifdef APM_FIXUP_CALLTODO
void adjust_timeout_calltodo __P((struct timeval *time_change));
#endif /* APM_FIXUP_CALLTODO */
#include <sys/libkern.h>
/* Initialize the world */