ncsa-mosaic/libwww2/HTPlain.h

21 lines
447 B
C

2010-03-08 04:55:21 +07:00
/* Plain text object HTPlain.h
** -----------------
**
**
*/
#ifndef HTPLAIN_H
#define HTPLAIN_H
#include "HTStream.h"
#include "HTAnchor.h"
extern HTStream* HTPlainPresent PARAMS((
HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink,
HTFormat format_in,
int compressed));
#endif