source:
trunk/minix/commands/i386/mtools-3.9.7/file.h@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 259 bytes |
Line | |
---|---|
1 | #ifndef MTOOLS_FILE_H |
2 | #define MTOOLS_FILE_H |
3 | |
4 | #include "stream.h" |
5 | #include "mtoolsDirent.h" |
6 | |
7 | Stream_t *OpenFileByDirentry(direntry_t *entry); |
8 | Stream_t *OpenRoot(Stream_t *Dir); |
9 | void printFat(Stream_t *Stream); |
10 | direntry_t *getDirentry(Stream_t *Stream); |
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.