diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-04-28 17:40:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-04-28 17:40:45 (GMT) |
commit | 480e8d4c9cf0d4b399de7564cc15c4b372e90f51 (patch) | |
tree | 3ec17abf83c361d2a081d5e91be95caa858db5a3 /src/H5Tpublic.h | |
parent | 12ba2eed6ad676507de5ad5aabe2e3631d8a1100 (diff) | |
download | hdf5-480e8d4c9cf0d4b399de7564cc15c4b372e90f51.zip hdf5-480e8d4c9cf0d4b399de7564cc15c4b372e90f51.tar.gz hdf5-480e8d4c9cf0d4b399de7564cc15c4b372e90f51.tar.bz2 |
[svn-r8426] Purpose: Bug fix
Description: H5Pset_type_conv_cb and H5Pget_type_conv_cb weren't put into
H5MPprivate.h. Another thing is the func type doesn't match the func field
in the struct in these functions.
Platforms tested: RH 8(fuss) and sleipnir
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r-- | src/H5Tpublic.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h index 608606d..403419f 100644 --- a/src/H5Tpublic.h +++ b/src/H5Tpublic.h @@ -207,12 +207,6 @@ typedef herr_t (*H5T_conv_t) (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, typedef H5T_conv_ret_t (*H5T_conv_except_func_t)(int except_type, hid_t src_id, hid_t dst_id, void *src_buf, void *dst_buf, void *user_data); -/* Structure for conversion callback property */ -typedef struct H5T_conv_cb_t { - H5T_conv_except_func_t func; - void* user_data; -} H5T_conv_cb_t; - /* When this header is included from H5Tprivate.h, don't make calls to H5open() */ #undef H5OPEN #ifndef _H5Tprivate_H |