#ifndef RMFBuffer_P_H
#define RMFBuffer_P_H
#include "RMFBuffer.h"

struct RMFBuffer_str {
  char *buff;
  int Index;
  int StringSize;
  int BuffSize;  
  int Chunks;
  int HasBuff;  /* is 1 if someone already has the buffer */
};

#endif
