]> git.lyx.org Git - lyx.git/blobdiff - src/output.h
* lyx_main.[Ch]
[lyx.git] / src / output.h
index beecef7a3939124662d95b6557a7dfde0de12900..b2294e6de66c8e0e92926391276973812ae9e777 100644 (file)
 #ifndef OUTPUT_H
 #define OUTPUT_H
 
-#include <iosfwd>
-#include <string>
+#include "support/docstream.h"
+
+
+namespace lyx {
 
 bool openFileWrite(std::ofstream & ofs, std::string const & fname);
+bool openFileWrite(odocfstream & ofs, std::string const & fname);
+
+
+} // namespace lyx
 
 #endif