@Cyan4973
Latest commit 2ece0d8 Apr 5, 2019 History
- promoted LZ4_resetStream_fast() to stable
- moved LZ4_resetStream() into deprecate, but without triggering a compiler warning
- update all sources to no longer rely on LZ4_resetStream()

note : LZ4_initStream() proposal is slightly different :
it's able to initialize any buffer, provided that it's large enough.
To this end, it accepts a void*, and returns an LZ4_stream_t*.
3 contributors

Users who have contributed to this file

@Cyan4973 @t-mat @jwerner-chromium