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