summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_dump.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-03-12 17:47:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-03-12 17:47:27 (GMT)
commit10179b33ee1fd768c77930110d7e6129c67956ab (patch)
tree1b9ea046ba421bc98cd000addb8e10dc0f5bffcf /tools/lib/h5tools_dump.h
parente95d26cc668413e18e09a37d84852e59dd8b4446 (diff)
downloadhdf5-10179b33ee1fd768c77930110d7e6129c67956ab.zip
hdf5-10179b33ee1fd768c77930110d7e6129c67956ab.tar.gz
hdf5-10179b33ee1fd768c77930110d7e6129c67956ab.tar.bz2
[svn-r22045] HDFFV-7957-7958:
Add tools error stack and check return from H5Dreference call. Tested: trunk
Diffstat (limited to 'tools/lib/h5tools_dump.h')
-rw-r--r--tools/lib/h5tools_dump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_dump.h b/tools/lib/h5tools_dump.h
index c94d0e1..0d1a818 100644
--- a/tools/lib/h5tools_dump.h
+++ b/tools/lib/h5tools_dump.h
@@ -44,7 +44,7 @@ H5TOOLS_DLL int h5tools_dump_dset(FILE *stream, const h5tool_format_t *info,
H5TOOLS_DLL int h5tools_dump_mem(FILE *stream, const h5tool_format_t *info,
h5tools_context_t *ctx/*in,out*/, hid_t obj_id,
hid_t type, hid_t space, void *mem);
-H5TOOLS_DLL void h5tools_dump_simple_data(FILE *stream, const h5tool_format_t *info, hid_t container,
+H5TOOLS_DLL int h5tools_dump_simple_data(FILE *stream, const h5tool_format_t *info, hid_t container,
h5tools_context_t *ctx/*in,out*/, unsigned flags,
hsize_t nelmts, hid_t type, void *_mem);
H5TOOLS_DLL void h5tools_dump_datatype(FILE *stream, const h5tool_format_t *info,