]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.h
Fixup commit 50060053
[lyx.git] / src / support / userinfo.h
index 055bc1d0d78fee9c8042b816dbb08dc27516cee2..6232a2b427496c2a2bb09309bf30696dc54d0173 100644 (file)
 #ifndef USERINFO_H
 #define USERINFO_H
 
-#include "LString.h"
+#include "support/strfwd.h"
+
 
 namespace lyx {
 namespace support {
 
-/// return the current user's real name
-string const user_name();
+/// return the current user's real name or user name
+docstring const user_name();
 
 /// return the current user's e-mail address
-string const user_email();
+docstring const user_email();
 
 } // namespace support
 } // namespace lyx