[svn-r1578]

Attributes.html
RM_H5A.html
	Corrected H5Aget_name return type.
	(Each file had a different return type; both were wrong!)
This commit is contained in:
Frank Baker
1999-08-19 15:27:21 -05:00
parent 91e75701b4
commit 8d2f82f859
2 changed files with 2 additions and 2 deletions

View File

@@ -340,7 +340,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dl>
<dt><strong>Name:</strong> <a name="Annot-GetName">H5Aget_name</a>
<dt><strong>Signature:</strong>
<dd><em>hssize_t</em> <code>H5Aget_name</code>(<em>hid_t</em> <code>attr_id</code>,
<dd><em>ssize_t</em> <code>H5Aget_name</code>(<em>hid_t</em> <code>attr_id</code>,
<em>size_t</em> <code>buf_size</code>,
<em>char *</em><code>buf</code>
)