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

26 lines
644 B
C

/* */
/* MIME Parser HTMIME.h
** -----------
**
** The MIME parser stream presents a MIME document.
**
**
*/
#ifndef HTMIME_H
#define HTMIME_H
#include "HTStream.h"
#include "HTAnchor.h"
int HTMIME_get_header_length(HTStream *me);
extern HTStream * HTMIMEConvert PARAMS((HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink,
HTFormat format_in,
int compressed));
#endif