[svn-r2428] Attributes.html and RM_H5A.html

H5Aiterate: Changed function type to herr_t.
This commit is contained in:
Frank Baker
2000-07-06 11:33:00 -05:00
parent 56289a2c10
commit ccc3f3a103
2 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@
<h2>4. Attribute Inquiry Functions</h2>
<dl>
<dt><code>int H5Aiterate (hid_t <em>loc_id</em>,
<dt><code>herr_t H5Aiterate (hid_t <em>loc_id</em>,
unsigned *<em>attr_number</em>,
H5A_operator <em>operator</em>,
void *<em>operator_data</em>)</code>