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