Skip to content
代码片段 群组 项目
提交 722149cf 编辑于 作者: W. Felix Handte's avatar W. Felix Handte
浏览文件

Easy: Update Comment on `ZSTD_initDStream()`

上级 6a7f6511
No related branches found
No related tags found
无相关合并请求
......@@ -763,7 +763,7 @@ ZSTDLIB_API size_t ZSTD_freeDStream(ZSTD_DStream* zds);
/* This function is redundant with the advanced API and equivalent to:
*
* ZSTD_DCtx_reset(zds);
* ZSTD_DCtx_reset(zds, ZSTD_reset_session_only);
* ZSTD_DCtx_refDDict(zds, NULL);
*/
ZSTDLIB_API size_t ZSTD_initDStream(ZSTD_DStream* zds);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册