summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-27 22:15:06 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-27 22:15:06 (GMT)
commit33e77ac8fa7a2b6d61be263072873dd6c8be1824 (patch)
tree5dd9db072ea24e4d43675b2c67e4e87d32107978
parent1b661d50673b61e69452437d1d3544963173fffe (diff)
parent4aae26caf044455c2da76a7209ddce388ff13c7e (diff)
downloadhdf5-33e77ac8fa7a2b6d61be263072873dd6c8be1824.zip
hdf5-33e77ac8fa7a2b6d61be263072873dd6c8be1824.tar.gz
hdf5-33e77ac8fa7a2b6d61be263072873dd6c8be1824.tar.bz2
[svn-r23841] minor VOL merge
-rw-r--r--src/H5Tpublic.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index c3635d3..046d454 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -592,6 +592,9 @@ H5_DLL htri_t H5Tcompiler_conv(hid_t src_id, hid_t dst_id);
H5_DLL herr_t H5Tconvert(hid_t src_id, hid_t dst_id, size_t nelmts,
void *buf, void *background, hid_t plist_id);
+/* VOL named datatype rouines */
+H5_DLL herr_t H5Tget_vol_named_type(hid_t type_id, void **dt_obj);
+
/* Symbols defined for compatibility with previous versions of the HDF5 API.
*
* Use of these symbols is deprecated.
@@ -611,7 +614,6 @@ H5_DLL hid_t H5Tarray_create1(hid_t base_id, int ndims,
const hsize_t dim[/* ndims */],
const int perm[/* ndims */]);
H5_DLL int H5Tget_array_dims1(hid_t type_id, hsize_t dims[], int perm[]);
-H5_DLL herr_t H5Tget_vol_named_type(hid_t type_id, void **dt_obj);
#endif /* H5_NO_DEPRECATED_SYMBOLS */