summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-16 18:46:57 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-16 18:46:57 (GMT)
commitb27392e36a73889448500eced4f37e59c06b2a02 (patch)
treee686b711b51107b73ea090106e72b4857bbd84f6 /src/H5Tpublic.h
parentf772c1110e4cc158be91bdc1a5ef13e5ed596d15 (diff)
downloadhdf5-b27392e36a73889448500eced4f37e59c06b2a02.zip
hdf5-b27392e36a73889448500eced4f37e59c06b2a02.tar.gz
hdf5-b27392e36a73889448500eced4f37e59c06b2a02.tar.bz2
[svn-r23907] - add a new routine:
herr_t H5VLget_object(hid_t obj_id, void **obj, H5VL_t **vol_plugin) to retrieve object pointer from given ID. This also optionally returns a pointer to a vol_plugin if it is not NULL. - remove the previously added routine to retrieve the VOL datatype object since the new one does that. - add a MAX_LIB_VOL_VALUE that reserves 128 value for internal VOL plugins, not that we need that many.
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r--src/H5Tpublic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index 046d454..d646ef1 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -592,9 +592,6 @@ 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.