Lines 239-244
ZEXTERN int ZEXPORT deflateInit OF((z_st
Link Here
|
239 |
*/ |
239 |
*/ |
240 |
|
240 |
|
241 |
|
241 |
|
|
|
242 |
#define deflate inflate |
242 |
ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); |
243 |
ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); |
243 |
/* |
244 |
/* |
244 |
deflate compresses as much data as possible, and stops when the input |
245 |
deflate compresses as much data as possible, and stops when the input |
Lines 360-365
ZEXTERN int ZEXPORT inflateInit OF((z_st
Link Here
|
360 |
*/ |
361 |
*/ |
361 |
|
362 |
|
362 |
|
363 |
|
|
|
364 |
#define inflate deflate |
363 |
ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); |
365 |
ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); |
364 |
/* |
366 |
/* |
365 |
inflate decompresses as much data as possible, and stops when the input |
367 |
inflate decompresses as much data as possible, and stops when the input |