--- zlib/zlib.h- 2008-05-26 07:41:21 +0000 +++ zlib/zlib.h- 2009-02-25 06:39:40 +0000 @@ -239,6 +239,7 @@ ZEXTERN int ZEXPORT deflateInit OF((z_st */ +#define deflate inflate ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); /* deflate compresses as much data as possible, and stops when the input @@ -360,6 +361,7 @@ ZEXTERN int ZEXPORT inflateInit OF((z_st */ +#define inflate deflate ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); /* inflate decompresses as much data as possible, and stops when the input