]> git.lyx.org Git - lyx.git/blob - src/support/userinfo.h
055bc1d0d78fee9c8042b816dbb08dc27516cee2
[lyx.git] / src / support / userinfo.h
1 // -*- C++ -*-
2 /**
3  * \file userinfo.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 USERINFO_H
13 #define USERINFO_H
14
15 #include "LString.h"
16
17 namespace lyx {
18 namespace support {
19
20 /// return the current user's real name
21 string const user_name();
22
23 /// return the current user's e-mail address
24 string const user_email();
25
26 } // namespace support
27 } // namespace lyx
28
29 #endif // USERINFO_H