home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / EasyTM_src.lha / EasyTM-src / read.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-27  |  315 b   |  24 lines

  1. #ifndef READ_H
  2. #define READ_H
  3. //************************************
  4. //
  5. // Name : Read.h
  6. //
  7. //************************************
  8.  
  9.  
  10. //**** Header files
  11.  
  12. //** OS Include files
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. //**** Function protoypes
  19.  
  20. int ReadFile(STRPTR FileName);
  21.  
  22. //**** End of file
  23. #endif
  24.