]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.h
more cursor dispatch
[lyx.git] / src / sgml.h
index 73b23346c1b74b70b9d8807f794947e4ba320c49..d247402f44fdc5ce46a628ee73730c8b343ba70f 100644 (file)
@@ -29,11 +29,20 @@ std::pair<bool, std::string> escapeChar(char c);
 
 /// FIXME
 int openTag(std::ostream & os, lyx::depth_type depth,
-           bool mixcont, std::string const & latexname);
+           bool mixcont, std::string const & latexname,
+               std::string const & latexparam = std::string());
 
 /// 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,
+               std::string const & item_tag,
+               lyx::depth_type total_depth);
+
 }
 
 #endif // SGML_H