ncsa-mosaic/libwww2/HTPlain.h
2013-03-10 01:59:42 +01:00

21 lines
446 B
C

/* 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