home *** CD-ROM | disk | FTP | other *** search
- /*
-
- timer.h - Prototypes for functions in timer.c
-
- Ethan Dicks <erd@kumiss.UUCP>
-
- Version 1.0 24-Mar-1992
-
- */
-
- #ifndef TIMER_H_INCLUDE
- #define TIMER_H_INCLUDE
-
- void closetimer( void );
- void fatal( char * );
- void timerhandler( void );
- void timersleep( long );
- void opentimer( void );
- void closetimer( void );
-
- #endif /* TIMER_H_INCLUDE */
-