home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / info / uforce.lzh / timer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-25  |  343 b   |  22 lines

  1. /*
  2.  
  3.  timer.h - Prototypes for functions in timer.c
  4.  
  5.  Ethan Dicks  <erd@kumiss.UUCP>
  6.  
  7.  Version 1.0  24-Mar-1992
  8.  
  9. */
  10.  
  11. #ifndef TIMER_H_INCLUDE
  12. #define TIMER_H_INCLUDE
  13.  
  14. void closetimer( void );
  15. void fatal( char * );
  16. void timerhandler( void );
  17. void timersleep( long );
  18. void opentimer( void );
  19. void closetimer( void );
  20.  
  21. #endif /* TIMER_H_INCLUDE */
  22.