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/HTPlain.h

21 lines
447 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