#ifndef HTSAVETOFILE_H #define HTSAVETOFILE_H #ifndef HTUTILS_H #include #endif #include #include 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 */