unzip.c (muscle7.61) | : | unzip.c (muscle7.62) | ||
---|---|---|---|---|
skipping to change at line 193 | skipping to change at line 193 | |||
# endif | # endif | |||
} unz64_s; | } unz64_s; | |||
#ifndef NOUNCRYPT | #ifndef NOUNCRYPT | |||
#include "crypt.h" | #include "crypt.h" | |||
#endif | #endif | |||
/* =========================================================================== | /* =========================================================================== | |||
Read a byte from a gz_stream; update next_in and avail_in. Return EOF | Read a byte from a gz_stream; update next_in and avail_in. Return EOF | |||
for end of file. | for end of file. | |||
IN assertion: the stream s has been sucessfully opened for reading. | IN assertion: the stream s has been successfully opened for reading. | |||
*/ | */ | |||
local int unz64local_getByte OF(( | local int unz64local_getByte OF(( | |||
const zlib_filefunc64_32_def* pzlib_filefunc_def, | const zlib_filefunc64_32_def* pzlib_filefunc_def, | |||
voidpf filestream, | voidpf filestream, | |||
int *pi)); | int *pi)); | |||
local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def, v oidpf filestream, int *pi) | local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def, v oidpf filestream, int *pi) | |||
{ | { | |||
unsigned char c; | unsigned char c; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |