summaryrefslogtreecommitdiffstats
path: root/src/H5Spkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2019-04-06 21:20:55 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2019-04-06 21:20:55 (GMT)
commit92f30fd3d99b5e278de7353b87d73e29e4ecf4b2 (patch)
treef1453ec08d751cfeb800712178520ee510a79a72 /src/H5Spkg.h
parentef7f3ef1773a62b12ca94b1ce9bb9895f849dbd1 (diff)
parent74677ba5ce41ab9db100e2059ceb85b44b874466 (diff)
downloadhdf5-92f30fd3d99b5e278de7353b87d73e29e4ecf4b2.zip
hdf5-92f30fd3d99b5e278de7353b87d73e29e4ecf4b2.tar.gz
hdf5-92f30fd3d99b5e278de7353b87d73e29e4ecf4b2.tar.bz2
Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r--src/H5Spkg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h
index 9de0bec..53774fa 100644
--- a/src/H5Spkg.h
+++ b/src/H5Spkg.h
@@ -192,8 +192,7 @@ typedef hssize_t (*H5S_sel_serial_size_func_t)(const H5S_t *space);
/* Method to store current selection in "serialized" form (a byte sequence suitable for storing on disk) */
typedef herr_t (*H5S_sel_serialize_func_t)(const H5S_t *space, uint8_t **p);
/* Method to create selection from "serialized" form (a byte sequence suitable for storing on disk) */
-typedef herr_t (*H5S_sel_deserialize_func_t)(H5S_t *space, uint32_t version, uint8_t flags,
- const uint8_t **p);
+typedef herr_t (*H5S_sel_deserialize_func_t)(H5S_t **space, const uint8_t **p);
/* Method to determine smallest n-D bounding box containing the current selection */
typedef herr_t (*H5S_sel_bounds_func_t)(const H5S_t *space, hsize_t *start, hsize_t *end);
/* Method to determine linear offset of initial element in selection within dataspace */