mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Add v1.16 beta r1 changes.
This commit is contained in:
		| @@ -148,3 +148,9 @@ mz_uint32 tdefl_get_adler32(tdefl_compressor *d); | ||||
| // strategy may be either MZ_DEFAULT_STRATEGY, MZ_FILTERED, MZ_HUFFMAN_ONLY, MZ_RLE, or MZ_FIXED | ||||
| mz_uint tdefl_create_comp_flags_from_zip_params(int level, int window_bits, int strategy); | ||||
| #endif // #ifndef MINIZ_NO_ZLIB_APIS | ||||
|  | ||||
| // Allocate the tdefl_compressor structure in C so that | ||||
| // non-C language bindings to tdefl_ API don't need to worry about | ||||
| // structure size and allocation mechanism. | ||||
| tdefl_compressor *tdefl_compressor_alloc(); | ||||
| void tdefl_compressor_free(tdefl_compressor *pComp); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user