]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
latin1 in author names, not utf8.
[lyx.git] / src / support / filetools.h
index 6dd1530ebf2c1bdfead9ed9064692a106a60023f..780b5ba5485df6b0ed536a41e790405c70f73b1e 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
@@ -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