home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / nfsd / src / timerdev.h < prev   
Encoding:
C/C++ Source or Header  |  1999-11-24  |  368 b   |  19 lines

  1. /*  timerdev.h
  2.  
  3.     ©1999 Henryk Richter <tfa652@uni-rostock.de>
  4.  
  5.     This software is distributed under the terms of the GNU General Public
  6.     License; either version 2 of the License, or (at your option) any
  7.     later version.
  8. */
  9.  
  10. #ifndef NFSD_TIMERDEV_H
  11. #define NFSD_TIMERDEV_H
  12.  
  13. #include <exec/types.h>
  14.  
  15. BOOL  td_opentimer(void);
  16. void td_closetimer(void);
  17.  
  18. #endif
  19.