]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Herbert's unzip et al patch.
[lyx.git] / src / support / filetools.h
index 5299d8ad619d19e5a49bedb46f3a3adc560c9a05..1c667a1414da7b44d9859c9f00b8deb05c45d47c 100644 (file)
@@ -138,6 +138,9 @@ string const getExtFromContents(string const & name);
 /// check for zipped file
 bool zippedFile(string const & name);
 
+/// unzip a file
+string const unzipFile(string const & zipped_file);
+
 /// Returns true is path is absolute
 bool AbsolutePath(string const & path);