home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / battclock_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  468b  |  19 lines

  1. #ifndef  CLIB_BATTCLOCK_PROTOS_H
  2. #define  CLIB_BATTCLOCK_PROTOS_H
  3. /*
  4. **    $VER: battclock_protos.h 1.3 (03.05.90)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. void ResetBattClock( void );
  16. ULONG ReadBattClock( void );
  17. void WriteBattClock( unsigned long time );
  18. #endif     /* CLIB_BATTCLOCK_PROTOS_H */
  19.