]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
tex2lyx: Run configure.py if needed (bug #8539)
[lyx.git] / src / support / filetools.h
index cfbec430ec49409fe7accb0303d1abba8ab9d616..b041b366a2ca3ea1d08ce501be5b6e4d100df9ea 100644 (file)
@@ -300,6 +300,9 @@ int compare_timestamps(FileName const & file1, FileName const & file2);
 bool prefs2prefs(FileName const & filename, FileName const & tempfile,
                  bool lfuns);
 
+/// Does file \p file need to be updated by configure.py?
+bool configFileNeedsUpdate(std::string const & file);
+
 typedef std::pair<int, std::string> cmd_ret;
 
 cmd_ret const runCommand(std::string const & cmd);