]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
add config.h
[lyx.git] / src / tex2lyx / tex2lyx.h
index f7ad2e76be61468fc7bb2b182f9d3583bf32a112..1560c87d7773b39eeb3d7fd9cba16d6f2e5b69eb 100644 (file)
 #include <vector>
 #include <map>
 
+
+namespace lyx {
+
+namespace support { class FileName; }
+
 class Context;
 
 /// in preamble.C
@@ -111,6 +116,9 @@ extern std::string getParentFilePath();
  *  contains a preamble.
  *  \return true if the conversion was successful, else false.
  */
-bool tex2lyx(std::string const & infilename, std::string const & outfilename);
+bool tex2lyx(std::string const & infilename, support::FileName const & outfilename);
+
+
+} // namespace lyx
 
 #endif