home *** CD-ROM | disk | FTP | other *** search
- #ifndef READ_H
- #define READ_H
- //************************************
- //
- // Name : Read.h
- //
- //************************************
-
-
- //**** Header files
-
- //** OS Include files
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- //**** Function protoypes
-
- int ReadFile(STRPTR FileName);
-
- //**** End of file
- #endif
-