diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-10-26 17:14:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-10-26 17:14:00 (GMT) |
commit | 5ff842ebefb4adcebaaecd5b6809f32f614ed932 (patch) | |
tree | 02c8350835b930561d22c85d37f3221d4536d372 /src/H5Rpublic.h | |
parent | db9525c2a3ee70379032bae71f26866451df7e58 (diff) | |
download | hdf5-5ff842ebefb4adcebaaecd5b6809f32f614ed932.zip hdf5-5ff842ebefb4adcebaaecd5b6809f32f614ed932.tar.gz hdf5-5ff842ebefb4adcebaaecd5b6809f32f614ed932.tar.bz2 |
[svn-r790] Updated parameters for H5R API and changed constants from pointers to references
Diffstat (limited to 'src/H5Rpublic.h')
-rw-r--r-- | src/H5Rpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Rpublic.h b/src/H5Rpublic.h index ebb7771..48a5765 100644 --- a/src/H5Rpublic.h +++ b/src/H5Rpublic.h @@ -55,7 +55,7 @@ extern "C" { herr_t H5Rcreate(void *ref, hid_t loc_id, const char *name, H5R_type_t ref_type, hid_t space_id); hid_t H5Rdereference(hid_t dataset, H5R_type_t ref_type, void *ref); -hid_t H5Rget_space(void *ref); +hid_t H5Rget_region(hid_t dataset, H5R_type_t ref_type, void *ref); #ifdef __cplusplus } |