TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
TTKThirdParty
Zlib
ttkzip
mztools.h
Go to the documentation of this file.
1
/*
2
Additional tools for Minizip
3
Code: Xavier Roche '2004
4
License: Same as ZLIB (www.gzip.org)
5
*/
6
7
#ifndef _zip_tools_H
8
#define _zip_tools_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#ifndef _ZLIB_H
15
#include "
zlib/zlib.h
"
16
#endif
17
18
#include "
unzip.h
"
19
20
/* Repair a ZIP file (missing central directory)
21
file: file to recover
22
fileOut: output file after recovery
23
fileOutTmp: temporary file name used for recovery
24
*/
25
ZEXTERN
int
ZEXPORT
unzRepair
(
const
char
* file,
26
const
char
* fileOut,
27
const
char
* fileOutTmp,
28
uLong
* nRecovered,
29
uLong
* bytesRecovered);
30
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
37
#endif
unzip.h
zlib.h
uLong
unsigned long uLong
Definition:
zconf.h:396
unzRepair
ZEXTERN int ZEXPORT unzRepair(const char *file, const char *fileOut, const char *fileOutTmp, uLong *nRecovered, uLong *bytesRecovered)
ZEXTERN
#define ZEXTERN
Definition:
zconf.h:379
ZEXPORT
#define ZEXPORT
Definition:
zconf.h:382
Generated on Tue Jan 21 2025 21:07:15 for TTKMusicPlayer by
1.8.8