diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-21 19:08:59 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-21 19:08:59 (GMT) |
commit | f20a7939694a60c08eb59cc916abe62afcf5310a (patch) | |
tree | 41288249731c45d461df7957a5fa3cf74c9d955a /hl/src/H5DS.h | |
parent | 5098e7a0773ac44e4baaeb7638d1ce93d8c48822 (diff) | |
download | hdf5-f20a7939694a60c08eb59cc916abe62afcf5310a.zip hdf5-f20a7939694a60c08eb59cc916abe62afcf5310a.tar.gz hdf5-f20a7939694a60c08eb59cc916abe62afcf5310a.tar.bz2 |
[svn-r10059] Purpose:
new features
Description:
added a new function H5DS_is_attached, more tests
Solution:
Platforms tested:
linux
solaris
Misc. update:
Diffstat (limited to 'hl/src/H5DS.h')
-rw-r--r-- | hl/src/H5DS.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/hl/src/H5DS.h b/hl/src/H5DS.h index b179a19..2bd57d9 100644 --- a/hl/src/H5DS.h +++ b/hl/src/H5DS.h @@ -74,14 +74,8 @@ herr_t H5DSiterate_scales(hid_t did, H5DS_iterate_t visitor, void *visitor_data); - -/*------------------------------------------------------------------------- - * private functions - *------------------------------------------------------------------------- - */ -htri_t H5DS_is_attached(hid_t loc_id, - const char *dname, - const char *dsname, +htri_t H5DS_is_attached(hid_t did, + hid_t dsid, unsigned int idx); |