about summary refs log blame commit diff stats
path: root/src/HTSaveToFile.h
blob: 35ce39040f0773b8d5e5737251e615403663d586 (plain) (tree)




























                                                           
#ifndef HTSAVETOFILE_H
#define HTSAVETOFILE_H

#ifndef HTUTILS_H
#include <HTUtils.h>
#endif

#include <HTStream.h>
#include <HTFormat.h>

#ifdef __cplusplus
extern "C" {
#endif
    extern HTStream *HTSaveToFile(HTPresentation *pres,
				  HTParentAnchor *anchor,
				  HTStream *sink);

    extern HTStream *HTDumpToStdout(HTPresentation *pres,
				    HTParentAnchor *anchor,
				    HTStream *sink);

    extern HTStream *HTCompressed(HTPresentation *pres,
				  HTParentAnchor *anchor,
				  HTStream *sink);

#ifdef __cplusplus
}
#endif
#endif				/* HTSAVETOFILE_H */