]> git.lyx.org Git - features.git/blobdiff - src/support/fs_extras.h
revert rev 21490.
[features.git] / src / support / fs_extras.h
index d8866e8825d84e97afff6fc13e34bcff0ce192b5..cdb026735bbb03dc04b86f01772090a14f3fd5c0 100644 (file)
 
 #include <boost/filesystem/path.hpp>
 
+
 namespace boost {
 namespace filesystem {
 
-bool is_readable(path const & ph);
-
-bool is_writable(path const & ph);
-
-bool is_readonly(path const & ph);
-
 void copy_file(path const & source, path const & target, bool noclobber);
 
 }