diff options
Diffstat (limited to 'src/H5Zpkg.h')
-rw-r--r-- | src/H5Zpkg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5Zpkg.h b/src/H5Zpkg.h index 7f9fd84..69ed127 100644 --- a/src/H5Zpkg.h +++ b/src/H5Zpkg.h @@ -50,6 +50,13 @@ H5_DLLVAR const H5Z_class_t H5Z_FLETCHER32[1]; H5_DLLVAR H5Z_class_t H5Z_SZIP[1]; #endif /* H5_HAVE_FILTER_SZIP */ +#ifdef H5_HAVE_FILTER_NBIT +/* + * nbit filter + */ +H5_DLLVAR H5Z_class_t H5Z_NBIT[1]; +#endif /* H5_HAVE_FILTER_NBIT */ + /* Package-local function prototypes */ H5_DLL void H5Z_update_class_vers(H5Z_class_t * old_vers, H5Z_class_t * curr_vers); |