summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-10-11 22:09:25 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-10-11 22:09:25 (GMT)
commit0e0b6fc5abdd841f2272e299b185b4566619ae01 (patch)
treecc5c01121b75b77b8a3efa66717e537197e0ae94 /src/H5Ppublic.h
parent268d79925ba45493c259a96c72c3e89f9d6472c3 (diff)
downloadhdf5-0e0b6fc5abdd841f2272e299b185b4566619ae01.zip
hdf5-0e0b6fc5abdd841f2272e299b185b4566619ae01.tar.gz
hdf5-0e0b6fc5abdd841f2272e299b185b4566619ae01.tar.bz2
[svn-r21524] Reverts 20920 (HDFFV-7579 fix) (this is 20913/21 from the trunk)
This change reverts the HDFFV-7579 fix while we more carefully consider enum conversions as a part of the h5compare work. Tested on jam, Windows 7 and linew.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 0481b05..75781cd 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -358,8 +358,6 @@ H5_DLL herr_t H5Pset_hyper_vector_size(hid_t fapl_id, size_t size);
H5_DLL herr_t H5Pget_hyper_vector_size(hid_t fapl_id, size_t *size/*out*/);
H5_DLL herr_t H5Pset_type_conv_cb(hid_t dxpl_id, H5T_conv_except_func_t op, void* operate_data);
H5_DLL herr_t H5Pget_type_conv_cb(hid_t dxpl_id, H5T_conv_except_func_t *op, void** operate_data);
-H5_DLL herr_t H5Pset_enum_conv_overflow(hid_t plist_id, hbool_t conv_overflow);
-H5_DLL herr_t H5Pget_enum_conv_overflow(hid_t plist_id, hbool_t *conv_overflow/*out*/);
/* Link creation property list (LCPL) routines */
H5_DLL herr_t H5Pset_create_intermediate_group(hid_t plist_id, unsigned crt_intmd);