diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-14 09:49:48 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-14 09:49:48 +0000 |
commit | b63e7382158dd683abcd13e6a353db2920a1590e (patch) | |
tree | 3f1977704cdb7e7d4441461cb352ea8dc0462bf9 /plugins/BasicHistory/zip/mztools.h | |
parent | 4b6899c098f97960bf58456313ac8d643336dcd0 (diff) |
BasicHistory: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/zip/mztools.h')
-rw-r--r-- | plugins/BasicHistory/zip/mztools.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/BasicHistory/zip/mztools.h b/plugins/BasicHistory/zip/mztools.h deleted file mode 100644 index 88b34592bf..0000000000 --- a/plugins/BasicHistory/zip/mztools.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - Additional tools for Minizip - Code: Xavier Roche '2004 - License: Same as ZLIB (www.gzip.org) -*/ - -#ifndef _zip_tools_H -#define _zip_tools_H - -#ifdef __cplusplus -extern "C" { -#endif - -#ifndef _ZLIB_H -#include "zlib.h" -#endif - -#include "unzip.h" - -/* Repair a ZIP file (missing central directory) - file: file to recover - fileOut: output file after recovery - fileOutTmp: temporary file name used for recovery -*/ -extern int ZEXPORT unzRepair(const char* file, - const char* fileOut, - const char* fileOutTmp, - uLong* nRecovered, - uLong* bytesRecovered); - -#endif |