diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-08-09 21:14:26 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2014-08-09 21:14:26 (GMT) |
commit | 19d3c36f1c730db0051491eb20d78a84503242e9 (patch) | |
tree | ef76016a87e050ec76bc9839e3f1f2cdeb879104 /lz4hc.c | |
parent | 53f1fbe062c6904b06d7181ccdb5a8fd6f883f15 (diff) | |
download | lz4-19d3c36f1c730db0051491eb20d78a84503242e9.zip lz4-19d3c36f1c730db0051491eb20d78a84503242e9.tar.gz lz4-19d3c36f1c730db0051491eb20d78a84503242e9.tar.bz2 |
Revert "Introduced "Continuous Block Mode" (CBM) naming"
This reverts commit 53f1fbe062c6904b06d7181ccdb5a8fd6f883f15.
Diffstat (limited to 'lz4hc.c')
-rw-r--r-- | lz4hc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -870,9 +870,9 @@ int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* source, c { return LZ4_compressHC2_limitedOutput_withStateHC (state, source, dest, inputSize, maxOutputSize, 0); } -/************************************** - Experimental Continuous Block Mode -**************************************/ +/**************************** + Stream functions +****************************/ int LZ4_compressHC_continue (void* LZ4HC_Data, const char* source, char* dest, int inputSize) { |