X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fuserinfo.h;h=6232a2b427496c2a2bb09309bf30696dc54d0173;hb=7800c057884f6a950bb21bce351968f50679f18c;hp=a451a588c4b93d7fcc692ea3f5cfcef41b29bbbf;hpb=92d522b7f1be6046adcac062c558bbf0bf021612;p=lyx.git diff --git a/src/support/userinfo.h b/src/support/userinfo.h index a451a588c4..6232a2b427 100644 --- a/src/support/userinfo.h +++ b/src/support/userinfo.h @@ -6,22 +6,23 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #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