]> git.lyx.org Git - lyx.git/blobdiff - src/support/strfwd.h
correct format for unsigned long argument, remoteCloseLink is oneway void
[lyx.git] / src / support / strfwd.h
index 8dfed6e794031395916f7ed75b514542caa8e5b1..069357ff9cbdd5258e3b4b1927c5dbe77926e765 100644 (file)
@@ -67,6 +67,12 @@ typedef std::basic_ostream<char_type, std::char_traits<char_type> > odocstream;
 extern odocstream & operator<<(odocstream &, char);
 #endif
 
+// defined in lstrings.cpp
+docstring const & empty_docstring();
+std::string const & empty_string();
+// defined in docstring.cpp
+bool operator==(docstring const &, char const *);
+
 } // namespace lyx
 
 #endif