about summary refs log tree commit diff stats
path: root/src/HTSaveToFile.h
blob: a13ad78a32cb041bb7becf2496607ff66edb3d46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef HTSAVETOFILE_H
#define HTSAVETOFILE_H

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

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

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

#endif /* HTSAVETOFILE_H */