X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsupport%2Fuserinfo.h;h=6232a2b427496c2a2bb09309bf30696dc54d0173;hb=f16b2cab75752e7b0fbec5520e231b068eb29072;hp=4e2042a145cdbe31affb28298263977c1dc80035;hpb=ae87b945156585b080ed155919f64b80e48d7a04;p=lyx.git diff --git a/src/support/userinfo.h b/src/support/userinfo.h index 4e2042a145..6232a2b427 100644 --- a/src/support/userinfo.h +++ b/src/support/userinfo.h @@ -6,22 +6,25 @@ * * \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 lyx +} // namespace support +} // namespace lyx #endif // USERINFO_H