zlib-streams 1.0.6 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/inflate9.h DELETED
@@ -1,9 +0,0 @@
1
- #include "zutil.h"
2
-
3
- int ZEXPORT inflate9Init(z_streamp strm);
4
- int ZEXPORT inflate9(z_streamp strm, int flush);
5
- int ZEXPORT inflate9End(z_streamp strm);
6
- int ZEXPORT inflate9Init_(z_streamp strm, const char *version, int stream_size);
7
- int ZEXPORT inflate9Init2_(z_streamp strm, int windowBits, const char *version,
8
- int stream_size);
9
- int ZEXPORT inflate9Reset2(z_streamp strm, int windowBits);