]> git.lyx.org Git - features.git/blob - src/output.h
Introduce wide streams. This fixes the remaining problems of plain text
[features.git] / src / output.h
1 // -*- C++ -*-
2 /**
3  * \file output.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Lars Gullik Bjønnes
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef OUTPUT_H
13 #define OUTPUT_H
14
15 #include "support/docstream.h"
16
17 bool openFileWrite(std::ofstream & ofs, std::string const & fname);
18 bool openFileWrite(lyx::odocfstream & ofs, std::string const & fname);
19
20 #endif