]> git.lyx.org Git - features.git/blob - src/support/fs_extras.h
revert rev 21490.
[features.git] / src / support / fs_extras.h
1 // -*- C++ -*-
2 /* \file fs_extras.h
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Lars Gullik Bjønnes
7  *
8  * Full author contact details are available in file CREDITS.
9  */
10
11 #include <boost/filesystem/path.hpp>
12
13
14 namespace boost {
15 namespace filesystem {
16
17 void copy_file(path const & source, path const & target, bool noclobber);
18
19 }
20 }