This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libwww2/HTMosaicHTML.h

21 lines
472 B
C

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