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