]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
* layouttranslations.review - remove dupes
[lyx.git] / src / support / filetools.h
index 48ebbd6046c5c174034b408cecdd415b7f95ab35..58d11542d47505b317e0bcb473ef7e504a15da76 100644 (file)
@@ -275,9 +275,6 @@ bool readLink(FileName const & file, FileName & link);
 FileName const findtexfile(std::string const & fil,
                              std::string const & format);
 
-/// read the BoundingBox entry from a ps/eps/pdf-file
-std::string const readBB_from_PSFile(FileName const & file);
-
 /** \param file1, file2 the two files to be compared. Must have absolute paths.
  *  \returns 1 if \c file1 has a more recent timestamp than \c file2,
  *           0 if their timestamps are the same,
@@ -295,6 +292,8 @@ typedef std::pair<int, std::string> cmd_ret;
 
 cmd_ret const runCommand(std::string const & cmd);
 
+int fileLock(const char * lock_file);
+void fileUnlock(int fd, const char * lock_file);
 
 } // namespace support
 } // namespace lyx