tests with ZSTD_setPledgedSrcSize

This commit is contained in:
inikep
2016-09-21 17:17:29 +02:00
parent 230a61fff2
commit 7e7925710d
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ int isUsingZSTD(void);
/* returns a string with version of zstd library */
const char * zstdVersion(void);
/* Changes a pledged source size for a given stream.
/* Changes a pledged source size for a given compression stream.
The function should be called after deflateInit().
After this function deflateReset() should be called. */
int ZSTD_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize);