]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.h
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / userinfo.h
index a451a588c4b93d7fcc692ea3f5cfcef41b29bbbf..2c482f475c5a3358eabc4d0f28d491992071d08f 100644 (file)
@@ -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();
+docstring const user_name();
 
 /// return the current user's e-mail address
-string const user_email();
+docstring const user_email();
 
 } // namespace support
 } // namespace lyx