diff options
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r-- | src/H5Zpublic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h index ea9e62f..f88d1f5 100644 --- a/src/H5Zpublic.h +++ b/src/H5Zpublic.h @@ -55,6 +55,10 @@ extern "C" { __DLL__ herr_t H5Zregister(H5Z_filter_t id, const char *comment, H5Z_func_t filter); +size_t H5Z_filter_deflate(unsigned flags, size_t cd_nelmts, + const unsigned cd_values[], size_t nbytes, + size_t *buf_size, void **buf); + #ifdef __cplusplus } #endif |