summaryrefslogtreecommitdiffstats
path: root/src/H5Zprivate.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-18 13:03:53 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-18 13:03:53 (GMT)
commita99b7336c791ee1744831df4582c3d47aea61c84 (patch)
tree3cae89a5eebb91729c948f0f0e27e9528c102a81 /src/H5Zprivate.h
parentfa7ae0e001289e8cc2c04c2f3cf8ff03bfc83ddb (diff)
parent538bdb35ae932a1445f32a04e8173f8805d404f8 (diff)
downloadhdf5-a99b7336c791ee1744831df4582c3d47aea61c84.zip
hdf5-a99b7336c791ee1744831df4582c3d47aea61c84.tar.gz
hdf5-a99b7336c791ee1744831df4582c3d47aea61c84.tar.bz2
Merge pull request #2772 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV-10933_110 to hdf5_1_10
* commit '538bdb35ae932a1445f32a04e8173f8805d404f8': Updated for HDFFV-10933 Fixed HDFFV-10933
Diffstat (limited to 'src/H5Zprivate.h')
-rw-r--r--src/H5Zprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Zprivate.h b/src/H5Zprivate.h
index 6868da6..24b06e3 100644
--- a/src/H5Zprivate.h
+++ b/src/H5Zprivate.h
@@ -27,6 +27,9 @@ typedef struct H5Z_filter_info_t H5Z_filter_info_t;
/* Private headers needed by this file */
#include "H5Tprivate.h" /* Datatypes */
+/* Forward declarations (for prototype) */
+struct H5S_t;
+
/**************************/
/* Library Private Macros */
/**************************/
@@ -89,6 +92,7 @@ H5_DLL herr_t H5Z_can_apply(hid_t dcpl_id, hid_t type_id);
H5_DLL herr_t H5Z_set_local(hid_t dcpl_id, hid_t type_id);
H5_DLL herr_t H5Z_can_apply_direct(const struct H5O_pline_t *pline);
H5_DLL herr_t H5Z_set_local_direct(const struct H5O_pline_t *pline);
+H5_DLL htri_t H5Z_ignore_filters(hid_t dcpl_id, const H5T_t *type, const struct H5S_t *space);
H5_DLL H5Z_filter_info_t *H5Z_filter_info(const struct H5O_pline_t *pline,
H5Z_filter_t filter);
H5_DLL htri_t H5Z_filter_in_pline(const struct H5O_pline_t *pline, H5Z_filter_t filter);