#ifndef _mailbufp_h_
#define _mailbufp_h_

#include <stdio.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <sys/stat.h>
#include <sys/file.h>
#include <errno.h>

#include "wb_include.h"
#include "mailbuffer.h"


struct _MBuf_struct_
  { int buflen;        /* number of bytes alloc'ed to buffer   */
    char *buffer;      /* a string mail buffer object          */
    int bufindex;      /* index of current position in buffer  */
    int column;        /* positon on current line of mailfield */
  };


/**************************************************************************/
#endif  /* end of ifndef _mailbufp_h_  :: DO NOT WRITE BELOW THIS LINE. */
