ext/libmspack/mspack/qtm.h in libmspack-0.1.0 vs ext/libmspack/mspack/qtm.h in libmspack-0.10.1

- old
+ new

@@ -88,13 +88,13 @@ * - window_bits is the size of the Quantum window, from 1Kb (10) to 2Mb (21). * * - input_buffer_size is the number of bytes to use to store bitstream data. */ extern struct qtmd_stream *qtmd_init(struct mspack_system *system, - struct mspack_file *input, - struct mspack_file *output, - int window_bits, - int input_buffer_size); + struct mspack_file *input, + struct mspack_file *output, + int window_bits, + int input_buffer_size); /* decompresses, or decompresses more of, a Quantum stream. * * - out_bytes of data will be decompressed and the function will return * with an MSPACK_ERR_OK return code.