ncsa-mosaic/libwww2/HTMosaicHTML.h

21 lines
471 B
C
Raw Normal View History

2010-03-08 04:55:21 -06:00
/* MosaicHTML text object HTMosaicHTML.h
** -----------------
**
**
*/
#ifndef HTMosaicHTML_H
#define HTMosaicHTML_H
#include "HTStream.h"
#include "HTAnchor.h"
extern HTStream* HTMosaicHTMLPresent PARAMS((
HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink,
2010-03-08 04:55:21 -06:00
HTFormat format_in,
int compressed));
#endif