]> git.lyx.org Git - lyx.git/blobdiff - src/support/strfwd.h
tiger support on mac snow leopard, include Qt4 frameworks, smart build script with...
[lyx.git] / src / support / strfwd.h
index 8dfed6e794031395916f7ed75b514542caa8e5b1..fcd97f5685e433094419f17bb88267873e662d43 100644 (file)
@@ -67,6 +67,10 @@ typedef std::basic_ostream<char_type, std::char_traits<char_type> > odocstream;
 extern odocstream & operator<<(odocstream &, char);
 #endif
 
+docstring const & empty_docstring();
+std::string const & empty_string();
+bool operator==(docstring const &, char const *);
+
 } // namespace lyx
 
 #endif