#include "zlib.h"
#include "unzip.h"
Go to the source code of this file.
Functions |
int ZEXPORT | unzRepair (const char *file, const char *fileOut, const char *fileOutTmp, uLong *nRecovered, uLong *bytesRecovered) |
Function Documentation
int ZEXPORT unzRepair |
( |
const char * |
file, |
|
|
const char * |
fileOut, |
|
|
const char * |
fileOutTmp, |
|
|
uLong * |
nRecovered, |
|
|
uLong * |
bytesRecovered |
|
) |
| |