file.h

Go to the documentation of this file.
00001 #ifndef MTOOLS_FILE_H
00002 #define MTOOLS_FILE_H
00003 
00004 #include "stream.h"
00005 #include "mtoolsDirent.h"
00006 
00007 Stream_t *OpenFileByDirentry(direntry_t *entry);
00008 Stream_t *OpenRoot(Stream_t *Dir);
00009 void printFat(Stream_t *Stream);
00010 direntry_t *getDirentry(Stream_t *Stream);
00011 #endif

Generated on Fri Apr 14 22:56:53 2006 for minix by  doxygen 1.4.6