summaryrefslogtreecommitdiffstats
path: root/hl/src/H5DS.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2005-02-21 19:08:59 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2005-02-21 19:08:59 (GMT)
commitf20a7939694a60c08eb59cc916abe62afcf5310a (patch)
tree41288249731c45d461df7957a5fa3cf74c9d955a /hl/src/H5DS.h
parent5098e7a0773ac44e4baaeb7638d1ce93d8c48822 (diff)
downloadhdf5-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.h10
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);