home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / mtools_3.6.src.lzh / MTOOLS_3.6 / file.h < prev    next >
Text File  |  1997-11-12  |  239b  |  13 lines

  1. #ifndef MTOOLS_FILE_H
  2. #define MTOOLS_FILE_H
  3.  
  4. #include "stream.h"
  5.  
  6. Stream_t *open_file(Stream_t *Dir, struct directory *dir);
  7. Stream_t *open_root(Stream_t *Dir);
  8. int FileIsLocked(Stream_t *Stream);
  9. void LockFile(Stream_t *Stream);
  10.  
  11.  
  12. #endif
  13.