ncsa-mosaic/libwww2/HTMosaicHTML.h

21 lines
472 B
C

2010-03-08 04:55:21 +07: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,
HTFormat format_in,
int compressed));
#endif