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 >
Wrap
Text File
|
1997-11-12
|
239b
|
13 lines
#ifndef MTOOLS_FILE_H
#define MTOOLS_FILE_H
#include "stream.h"
Stream_t *open_file(Stream_t *Dir, struct directory *dir);
Stream_t *open_root(Stream_t *Dir);
int FileIsLocked(Stream_t *Stream);
void LockFile(Stream_t *Stream);
#endif