X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fuserinfo.h;h=6232a2b427496c2a2bb09309bf30696dc54d0173;hb=7a124ab8614efa113cc08205c47aeb720b2e2b9e;hp=055bc1d0d78fee9c8042b816dbb08dc27516cee2;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/support/userinfo.h b/src/support/userinfo.h index 055bc1d0d7..6232a2b427 100644 --- a/src/support/userinfo.h +++ b/src/support/userinfo.h @@ -12,16 +12,17 @@ #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