]> git.lyx.org Git - lyx.git/blob - src/support/userinfo.h
The "I want this in now" patch.
[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
19 /// return the current user's real name
20 string const user_name();
21
22 /// return the current user's e-mail address
23 string const user_email();
24
25 }; // namespace lyx
26
27 #endif // USERINFO_H