minix/commands/i386/mtools-3.9.7/file.h

12 lines
259 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
#ifndef MTOOLS_FILE_H
#define MTOOLS_FILE_H
#include "stream.h"
#include "mtoolsDirent.h"
Stream_t *OpenFileByDirentry(direntry_t *entry);
Stream_t *OpenRoot(Stream_t *Dir);
void printFat(Stream_t *Stream);
direntry_t *getDirentry(Stream_t *Stream);
#endif