summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-10-26 15:12:43 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-10-26 15:12:43 (GMT)
commit48ced9fab2168027e49eaa2f73ec85a7b5947a17 (patch)
tree9632f97466931dcf46e47c2cc4e713d696002a4c /doc/html
parentc6dba899babe7557492d16eb28a3e35cabbc6a3d (diff)
downloadhdf5-48ced9fab2168027e49eaa2f73ec85a7b5947a17.zip
hdf5-48ced9fab2168027e49eaa2f73ec85a7b5947a17.tar.gz
hdf5-48ced9fab2168027e49eaa2f73ec85a7b5947a17.tar.bz2
[svn-r4575]
Purpose: Bugfix Description: H5Awrite -- corrected final parameter type to 'const void' Platforms tested: IE 5
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/RM_H5A.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html
index 5679dfd..b58bdb7 100644
--- a/doc/html/RM_H5A.html
+++ b/doc/html/RM_H5A.html
@@ -285,7 +285,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dt><strong>Signature:</strong>
<dd><em>herr_t</em> <code>H5Awrite</code>(<em>hid_t</em> <code>attr_id</code>,
<em>hid_t</em> <code>mem_type_id</code>,
- <em>void *</em><code>buf</code>
+ <em>const void *</em><code>buf</code>
)
<dt><strong>Purpose:</strong>
<dd>Writes data to an attribute.
@@ -308,7 +308,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dd>IN: Identifier of an attribute to write.
<dt><em>hid_t</em> <code>mem_type_id</code>
<dd>IN: Identifier of the attribute datatype (in memory).
- <dt><em>void *</em><code>buf</code>
+ <dt><em>const void *</em><code>buf</code>
<dd>IN: Data to be written.
</dl>
<dt><strong>Returns:</strong>