Create opaque parameter structure

This commit is contained in:
Stella Lau
2017-08-17 17:33:46 -07:00
parent 6466fd3400
commit 699f11b4f7
3 changed files with 44 additions and 14 deletions
+4
View File
@@ -221,6 +221,10 @@ typedef struct seqDef_s {
U16 matchLength;
} seqDef;
typedef struct ZSTD_CCtx_params_s {
ZSTD_compressionParameters cParams;
ZSTD_frameParameters fParams;
} ZSTD_CCtx_params;
typedef struct {
seqDef* sequencesStart;