Changeset a7aa735 in rtems for cpukit/zlib
- Timestamp:
- Mar 18, 2011, 10:10:56 AM (9 years ago)
- Branches:
- 4.11, master
- Children:
- bdaeffd
- Parents:
- 8198f69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/zlib/contrib/minizip/mztools.h
r8198f69 ra7aa735 18 18 #include "unzip.h" 19 19 20 /* Repair a ZIP file (missing central directory) 20 /* Repair a ZIP file (missing central directory) 21 21 file: file to recover 22 22 fileOut: output file after recovery 23 23 fileOutTmp: temporary file name used for recovery 24 24 */ 25 extern int ZEXPORT unzRepair(const char* file, 26 const char* fileOut, 27 const char* fileOutTmp, 25 extern int ZEXPORT unzRepair(const char* file, 26 const char* fileOut, 27 const char* fileOutTmp, 28 28 uLong* nRecovered, 29 29 uLong* bytesRecovered);
Note: See TracChangeset
for help on using the changeset viewer.