Skip to content

Commit

Permalink
Forgot to refresh zstd's FFI stuff (#1320)
Browse files Browse the repository at this point in the history
[skip-ci]
  • Loading branch information
NiLuJe committed Mar 5, 2021
1 parent 3b92d2a commit 58fc509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ffi/zstd_h.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ typedef enum {
ZSTD_d_experimentalParam1 = 1000,
ZSTD_d_experimentalParam2 = 1001,
ZSTD_d_experimentalParam3 = 1002,
ZSTD_d_experimentalParam4 = 1003,
} ZSTD_dParameter;
ZSTD_bounds ZSTD_dParam_getBounds(ZSTD_dParameter) __attribute__((visibility("default")));
size_t ZSTD_DCtx_setParameter(ZSTD_DCtx *, ZSTD_dParameter, int) __attribute__((visibility("default")));
Expand Down

0 comments on commit 58fc509

Please sign in to comment.