]> 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 85dfed168fc46a06438153fa8faa2fbc1e042f6f..069357ff9cbdd5258e3b4b1927c5dbe77926e765 100644 (file)
@@ -67,8 +67,11 @@ 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