summaryrefslogtreecommitdiffstats
path: root/lib/zstd/compress/zstd_ldm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zstd/compress/zstd_ldm.h')
-rw-r--r--lib/zstd/compress/zstd_ldm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zstd/compress/zstd_ldm.h b/lib/zstd/compress/zstd_ldm.h
index 25b25270b72e..fbc6a5e88fd7 100644
--- a/lib/zstd/compress/zstd_ldm.h
+++ b/lib/zstd/compress/zstd_ldm.h
@@ -63,6 +63,7 @@ size_t ZSTD_ldm_generateSequences(
*/
size_t ZSTD_ldm_blockCompress(rawSeqStore_t* rawSeqStore,
ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
+ ZSTD_paramSwitch_e useRowMatchFinder,
void const* src, size_t srcSize);
/*