8 lines
131 B
C
8 lines
131 B
C
|
#ifndef INFLATE_H
|
||
|
#define INFLATE_H
|
||
|
|
||
|
int unzip (const unsigned char *data, long *p, void (* callback) (unsigned char d));
|
||
|
|
||
|
#endif
|
||
|
|