#ifndef __INC_POS_PDTTYPE_ASCII_H
#define __INC_POS_PDTTYPE_ASCII_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>Ascii.h<<   03 Aug 1996    14:10:41 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_TYPES_H
#include <pExec/Types.h>
#endif


#define pOS_DTNAME_ASCII "DtType/ascii.class"
#define pOS_DTFORM_ASCII "ascii"

/*----------------------------------
-----------------------------------*/
struct pOS_DtTypeAscii
{
  UBYTE   *dtasc_Buffer;
  size_t   dtasc_BufSize;
};

#endif
