diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-09-17 22:01:45 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-09-17 22:01:45 (GMT) |
commit | 6b2e47d974e5d924fc985208868174eadc462854 (patch) | |
tree | 5dd44791b947d70ea3a04819b84e8699aacdf8b8 /src/H5MPprivate.h | |
parent | 5075bb85d7147de586c4e2c0fd6fa200e6af9cb9 (diff) | |
download | hdf5-6b2e47d974e5d924fc985208868174eadc462854.zip hdf5-6b2e47d974e5d924fc985208868174eadc462854.tar.gz hdf5-6b2e47d974e5d924fc985208868174eadc462854.tar.bz2 |
[svn-r9271] Purpose:
Update for the new API, H5Pget_data_transform.
Platforms tested:
Copper only. No h5committest since this is trivial.
Diffstat (limited to 'src/H5MPprivate.h')
-rw-r--r-- | src/H5MPprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h index 24e7c45..7df3154 100644 --- a/src/H5MPprivate.h +++ b/src/H5MPprivate.h @@ -390,6 +390,7 @@ #define color_H5Pset_type_conv_cb "red" #define color_H5Pget_type_conv_cb "red" #define color_H5Pset_data_transform "red" +#define color_H5Pget_data_transform "red" #define color_H5Screate "red" #define color_H5Screate_simple "red" |