source: trunk/minix/commands/i386/mtools-3.9.7/file.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

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
7Stream_t *OpenFileByDirentry(direntry_t *entry);
8Stream_t *OpenRoot(Stream_t *Dir);
9void printFat(Stream_t *Stream);
10direntry_t *getDirentry(Stream_t *Stream);
11#endif
Note: See TracBrowser for help on using the repository browser.