summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5trav.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-07-13 15:18:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-07-13 15:18:27 (GMT)
commitd9ba5c234c9971b67f6922ee85cabb638fc0e186 (patch)
tree17b1b5e613731058809663ee0fd00d0a0771106d /tools/lib/h5trav.h
parent5096b7d3ec1047e234049f351b111ef62deb6030 (diff)
downloadhdf5-d9ba5c234c9971b67f6922ee85cabb638fc0e186.zip
hdf5-d9ba5c234c9971b67f6922ee85cabb638fc0e186.tar.gz
hdf5-d9ba5c234c9971b67f6922ee85cabb638fc0e186.tar.bz2
[svn-r22571] HDFFV-7784,-8095,7936 merge from trunk
Tested: local linux with cmake
Diffstat (limited to 'tools/lib/h5trav.h')
-rw-r--r--tools/lib/h5trav.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/lib/h5trav.h b/tools/lib/h5trav.h
index 7311897..c416cf8 100644
--- a/tools/lib/h5trav.h
+++ b/tools/lib/h5trav.h
@@ -131,6 +131,7 @@ extern "C" {
* "h5trav general" public functions
*-------------------------------------------------------------------------
*/
+H5TOOLS_DLL void h5trav_set_index(H5_index_t print_index_by, H5_iter_order_t print_index_order);
H5TOOLS_DLL int h5trav_visit(hid_t file_id, const char *grp_name,
hbool_t visit_start, hbool_t recurse, h5trav_obj_func_t visit_obj,
h5trav_lnk_func_t visit_lnk, void *udata);
@@ -158,7 +159,8 @@ H5TOOLS_DLL int h5trav_getindext(const char *obj, const trav_table_t *travt);
* "h5trav print" public functions
*-------------------------------------------------------------------------
*/
-H5TOOLS_DLL int h5trav_print(hid_t fid, H5_index_t print_index_by, H5_iter_order_t print_index_order);
+H5TOOLS_DLL int h5trav_print(hid_t fid);
+H5TOOLS_DLL void h5trav_set_verbose(int print_verbose);
#ifdef __cplusplus
}