]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
in addition to the changes mentioned in ChangeLog, there is the usual batch of whites...
[lyx.git] / src / support / filetools.h
index 4d0bbc6b38d9aad85b061538c8ca199345ea94fe..84ec94a9e30aa9c1ebf60fea033e668c2d789d5e 100644 (file)
@@ -286,4 +286,7 @@ string ReplaceEnvironmentPath(string const & path);
    Return True if succesfull, False other wise */
 bool LyXReadLink(string const & file, string & Link);
 
+/* Uses kpsewhich to find tex files */
+string findtexfile(string const & fil, string const & format);
+
 #endif