]> git.lyx.org Git - features.git/blobdiff - src/output_xhtml.h
Improve tag output routines.
[features.git] / src / output_xhtml.h
index e58e4a8db49f2f4720a921d85da0ed5c2a47d755..57bde408682e85579f3ec10f8aefc14ffc2b743b 100644 (file)
@@ -28,6 +28,8 @@ void xhtmlParagraphs(ParagraphList const & subset,
 
 namespace html {
        docstring escapeChar(char_type c);
+       void openTag(odocstream & os, std::string tag, std::string attr);
+       void closeTag(odocstream & os, std::string tag);
 }
 } // namespace lyx