]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.h
the spellcheck cleanup
[lyx.git] / src / sgml.h
index 73b23346c1b74b70b9d8807f794947e4ba320c49..9abc8861335d04cce177a330d697fb7041173207 100644 (file)
@@ -34,6 +34,13 @@ int openTag(std::ostream & os, lyx::depth_type depth,
 /// FIXME
 int closeTag(std::ostream & os, lyx::depth_type depth,
            bool mixcont, std::string const & latexname);
+
+///
+unsigned int closeEnvTags(std::ostream & os, 
+               bool mixcont,
+               std::string const & environment_inner_depth,
+               lyx::depth_type total_depth);
+
 }
 
 #endif // SGML_H