summaryrefslogtreecommitdiffstats
path: root/src/H5MPprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-04-28 17:40:45 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-04-28 17:40:45 (GMT)
commit480e8d4c9cf0d4b399de7564cc15c4b372e90f51 (patch)
tree3ec17abf83c361d2a081d5e91be95caa858db5a3 /src/H5MPprivate.h
parent12ba2eed6ad676507de5ad5aabe2e3631d8a1100 (diff)
downloadhdf5-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/H5MPprivate.h')
-rw-r--r--src/H5MPprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h
index 0b33c54..3547b4e 100644
--- a/src/H5MPprivate.h
+++ b/src/H5MPprivate.h
@@ -219,8 +219,6 @@
#define color_H5Tunregister "red"
#define color_H5Tfind "red"
#define color_H5Tconvert "red"
-#define color_H5Tget_overflow "red"
-#define color_H5Tset_overflow "red"
#define color_H5Tget_native_type "red"
#define color_H5Acreate "red"
@@ -366,6 +364,8 @@
#define color_H5Pget_edc_check "red"
#define color_H5Pset_edc_check "red"
#define color_H5Pset_filter_callback "red"
+#define color_H5Pset_type_conv_cb "red"
+#define color_H5Pget_type_conv_cb "red"
#define color_H5Screate "red"
#define color_H5Screate_simple "red"