]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Yes, yet another patch from Herbert!
[lyx.git] / src / support / filetools.h
index 5a4d0eb64dbd08080bc9ad85c51e4363640b8bb7..5299d8ad619d19e5a49bedb46f3a3adc560c9a05 100644 (file)
@@ -133,9 +133,11 @@ ChangeExtension(string const & oldname, string const & extension);
 string const GetExtension(string const & name);
 
 /// Return the type of the file as an extension from contents
-///
 string const getExtFromContents(string const & name);
 
+/// check for zipped file
+bool zippedFile(string const & name);
+
 /// Returns true is path is absolute
 bool AbsolutePath(string const & path);