diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-18 20:52:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-18 20:52:54 (GMT) |
commit | 1aeaa7fbb1072d18a533b7bbf8f996f6b194de73 (patch) | |
tree | 989cbf236bb9ed1bde75baa631a803eb75f7ee4e /doc/html/ADGuide | |
parent | b6fca58d925dd2e8287b746b3deb81f71fc6e75f (diff) | |
download | hdf5-1aeaa7fbb1072d18a533b7bbf8f996f6b194de73.zip hdf5-1aeaa7fbb1072d18a533b7bbf8f996f6b194de73.tar.gz hdf5-1aeaa7fbb1072d18a533b7bbf8f996f6b194de73.tar.bz2 |
[svn-r7059] Purpose:
Refactoring
Description:
Track changes to H5Fget_obj_<foo> API functions.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Diffstat (limited to 'doc/html/ADGuide')
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index ead527b..c506e37 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -70,8 +70,9 @@ Release 1.4.x versions of this document; they are not reported here. <tr> <td align="left" valign="top"><code>H5Fget_obj_ids</code></td> <td align="left" valign="top"> - <em>herr_t </em><code>H5Fget_obj_ids</code> (<em>hid_t</em> <code>file_id</code>, - <em>unsigned int</em> <code>types</code>, <em>hid_t *</em><code>obj_id_list</code>) + <em>int </em><code>H5Fget_obj_ids</code> (<em>hid_t</em> <code>file_id</code>, + <em>unsigned int</em> <code>types</code>, + <em>int</em> <code>max_objs</code>, <em>hid_t *</em><code>obj_id_list</code>) </td> </tr> <tr> |