buffer.h

Go to the documentation of this file.
00001 #ifndef MTOOLS_BUFFER_H
00002 #define MTOOLS_BUFFER_H
00003 
00004 #include "stream.h"
00005 
00006 Stream_t *buf_init(Stream_t *Next, 
00007                    int size, 
00008                    int cylinderSize,
00009                    int sectorSize);
00010 
00011 #endif

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