]> git.lyx.org Git - lyx.git/blobdiff - src/output.h
Document NeedCProtect -1
[lyx.git] / src / output.h
index b2294e6de66c8e0e92926391276973812ae9e777..4320943ea62e885a2b8c9b234d2c14f30eb32d77 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
 
 namespace lyx {
 
-bool openFileWrite(std::ofstream & ofs, std::string const & fname);
-bool openFileWrite(odocfstream & ofs, std::string const & fname);
+namespace support { class FileName; }
+
+bool openFileWrite(std::ofstream & ofs, support::FileName const & fname);
+bool openFileWrite(ofdocstream & ofs, support::FileName const & fname);
 
 
 } // namespace lyx