]> git.lyx.org Git - lyx.git/blob - src/support/lyxtime.C
make "make distcheck" work
[lyx.git] / src / support / lyxtime.C
1 /**
2  * \file lyxtime.C
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author John Levon
7  *
8  * Full author contact details are available in file CREDITS.
9  */
10
11 #include <config.h>
12
13 #include "support/lyxtime.h"
14
15 namespace lyx {
16
17 time_type current_time()
18 {
19         return time(0);
20 }
21
22 } // namespace lyx