summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5A.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-10-26 15:11:45 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-10-26 15:11:45 (GMT)
commited123d7555b3bf305d3cf8e27a30622d1fe1b861 (patch)
tree70c400c66d34f2324170378bb733bef2f64f5f0d /doc/html/RM_H5A.html
parent33189bd39be337df900a5dbd65190b111a959f31 (diff)
downloadhdf5-ed123d7555b3bf305d3cf8e27a30622d1fe1b861.zip
hdf5-ed123d7555b3bf305d3cf8e27a30622d1fe1b861.tar.gz
hdf5-ed123d7555b3bf305d3cf8e27a30622d1fe1b861.tar.bz2
[svn-r4574]
Purpose: Bugfix Description: H5Awrite -- corrected final parameter type to 'const void' Platforms tested: IE 5
Diffstat (limited to 'doc/html/RM_H5A.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 cc329b7..e36f24f 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>