summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-04-04 19:24:46 (GMT)
committerYann Collet <cyan@fb.com>2019-04-04 19:24:46 (GMT)
commitab913005093cb77d2efc430ba50636c2b8dea8d0 (patch)
tree29c46bb4ad19985ffc468f7864088c5f83a9eaa2 /lib/lz4hc.h
parent1a41b2b25ca220f560b07c6fc25dae7415273f6e (diff)
downloadlz4-ab913005093cb77d2efc430ba50636c2b8dea8d0.zip
lz4-ab913005093cb77d2efc430ba50636c2b8dea8d0.tar.gz
lz4-ab913005093cb77d2efc430ba50636c2b8dea8d0.tar.bz2
moved LZ4_decompress_fast*() into deprecated section
Diffstat (limited to 'lib/lz4hc.h')
-rw-r--r--lib/lz4hc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4hc.h b/lib/lz4hc.h
index 5e7cb11..d1772f3 100644
--- a/lib/lz4hc.h
+++ b/lib/lz4hc.h
@@ -145,7 +145,7 @@ LZ4LIB_API int LZ4_freeStreamHC (LZ4_streamHC_t* streamHCPtr);
Return value of LZ4_saveDictHC() is the size of dictionary effectively saved into 'safeBuffer' (<= 64 KB)
After completing a streaming compression,
- it's possible to start a new stream and re-use the LZ4_streamHC_t state
+ it's possible to start a new stream of blocks, and re-use the same LZ4_streamHC_t state
by resetting it, using LZ4_resetStreamHC_fast().
*/