about summary refs log blame commit diff stats
path: root/src/HTSaveToFile.h
blob: 8ede8d5113a4b3d482e4b765ca53491cee1ca8d1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                      
                 
                    

      


                     


                                                     
 


                                                       
 


                                                     

                           
#ifndef HTSAVETOFILE_H
#define HTSAVETOFILE_H

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

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

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);

#endif /* HTSAVETOFILE_H */