]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.h
more cursor dispatch
[lyx.git] / src / sgml.h
index 9abc8861335d04cce177a330d697fb7041173207..d247402f44fdc5ce46a628ee73730c8b343ba70f 100644 (file)
@@ -29,7 +29,8 @@ 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,
@@ -39,6 +40,7 @@ int closeTag(std::ostream & os, lyx::depth_type depth,
 unsigned int closeEnvTags(std::ostream & os, 
                bool mixcont,
                std::string const & environment_inner_depth,
+               std::string const & item_tag,
                lyx::depth_type total_depth);
 
 }