]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
* layouttranslations.review - remove dupes
[lyx.git] / src / support / filetools.h
index 92c6eb57e7ec8b50edac51e06051cfb282e40067..58d11542d47505b317e0bcb473ef7e504a15da76 100644 (file)
@@ -292,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