]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed symbols test
authorYann Collet <cyan@fb.com>
Tue, 9 May 2017 23:53:09 +0000 (16:53 -0700)
committerYann Collet <cyan@fb.com>
Tue, 9 May 2017 23:53:09 +0000 (16:53 -0700)
tests/symbols.c

index 7dacfc05892d51735f8fa7989054dc0a28f32e24..ade3aa02ccbacc66b8240ae9198ffbdeac2ff28f 100644 (file)
@@ -88,7 +88,7 @@ static const void *symbols[] = {
   &ZSTD_copyCCtx,
   &ZSTD_compressContinue,
   &ZSTD_compressEnd,
-  &ZSTD_getFrameParams,
+  &ZSTD_getFrameHeader,
   &ZSTD_decompressBegin,
   &ZSTD_decompressBegin_usingDict,
   &ZSTD_copyDCtx,