]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.h
Now that exceptions are allowed, handle gracefully the case where a Buffer temp direc...
[lyx.git] / src / support / userinfo.h
index 6c103cd722d85f4732f7d17dfa98ab610b7af821..2c482f475c5a3358eabc4d0f28d491992071d08f 100644 (file)
 #ifndef USERINFO_H
 #define USERINFO_H
 
-#include <string>
+#include "support/strfwd.h"
 
 
 namespace lyx {
 namespace support {
 
 /// return the current user's real name
-std::string const user_name();
+docstring const user_name();
 
 /// return the current user's e-mail address
-std::string const user_email();
+docstring const user_email();
 
 } // namespace support
 } // namespace lyx