]> git.lyx.org Git - lyx.git/blobdiff - src/support/chdir.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / chdir.C
index 1f630a465d05763b7c374f88a3788714b2e864c4..abc79d1605559d4227f7009c4a9a4062194a266a 100644 (file)
@@ -1,10 +1,20 @@
+/**
+ * \file chdir.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include <unistd.h>
 
 #include "support/lyxlib.h"
 
-int lyx::chdir(string const & name)
+int lyx::support::chdir(std::string const & name)
 {
 #ifndef __EMX__
        return ::chdir(name.c_str());