]> git.lyx.org Git - lyx.git/blob - src/output.h
compilation fix
[lyx.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 <iosfwd>
16 #include <string>
17
18 bool openFileWrite(std::ofstream & ofs, std::string const & fname);
19
20 #endif