]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
introduce namespace lyx::support
[lyx.git] / src / support / filetools.h
index 6dd1530ebf2c1bdfead9ed9064692a106a60023f..709d5e256f0ec33483da098fcad58e12902a75f3 100644 (file)
@@ -18,6 +18,9 @@
 #include "os.h"
 
 
+namespace lyx {
+namespace support {
+
 /// remove directory and all contents, returns 0 on success
 int destroyDir(string const & tmpdir);
 
@@ -220,4 +223,7 @@ typedef std::pair<int, string> cmd_ret;
 
 cmd_ret const RunCommand(string const & cmd);
 
+} // namespace support
+} // namespace lyx
+
 #endif