]> git.lyx.org Git - lyx.git/blobdiff - src/support/kill.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / kill.C
index 105ce29db64b484cfb55ab943e9c926f167a994c..830978a2c04031c71e556109e288916c4c871f1d 100644 (file)
@@ -1,3 +1,13 @@
+/**
+ * \file kill.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 "lyxlib.h"
@@ -5,7 +15,7 @@
 #include <sys/types.h>
 #include <csignal>
 
-int lyx::kill(int pid, int sig)
+int lyx::support::kill(int pid, int sig)
 {
        return ::kill(pid, sig);
 }