]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/tex2lyx.h
tex2lyx: support biblatex
[features.git] / src / tex2lyx / tex2lyx.h
index a1bd9b42b8947a57af6d92ca650b20efb38f06ac..4c12099bdeb5e89d16e7ca459d6ccca777275763 100644 (file)
@@ -49,6 +49,7 @@ std::string translate_len(std::string const &);
 
 void parse_text(Parser & p, std::ostream & os, unsigned flags, bool outer,
                Context & context);
+void check_comment_bib(std::ostream & os, Context & context);
 
 /*!
  * Parses a subdocument, usually useful in insets (whence the name).