/* plaintext.h
 * $Id: SGMLstream.h,v 1.3 93/01/06 18:40:29 connolly Exp Locker: connolly $
 */

#ifndef plaintext_h
#define plaintext_h

#include "c_dialect.h"
#include "HMDoc.h"

VOID
  Plaintext_parse PARAMS((HMStream stream, HMGetcProc getc,
			  HMDoc* document,
			  CONST HMDoc_Class *docclass));

#endif /* SGML_h */
