ncsa-mosaic/libwww2/HTFWriter.h

23 lines
549 B
C
Raw Permalink Normal View History

2010-03-08 04:55:21 -06:00
/*
C FILE WRITER
2010-03-08 04:55:21 -06:00
It is useful to have both FWriter and Writer for environments in
which fdopen() doesn't exist for example.
2010-03-08 04:55:21 -06:00
*/
#ifndef HTFWRITE_H
#define HTFWRITE_H
#include "HTStream.h"
#include <stdio.h>
#include "HTFormat.h"
extern HTStream * HTSaveAndExecute PARAMS((
HTPresentation * pres,
HTParentAnchor * anchor, /* Not used */
HTStream * sink,
HTFormat format_in,
int compressed));
#endif