summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5trav.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-04-21 13:10:26 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-04-21 13:10:26 (GMT)
commitc9a21e932e179e8a12106d5c98f9357b12aa6e3f (patch)
treeab184e76824e8b4250ad9bf38286a65227fe2407 /tools/lib/h5trav.h
parent7ba692badf9a1bafb9d3b2f72efbbdf773b5932a (diff)
parent9e5dbf69062d4d2cb40ba8f68edb355477fc9b67 (diff)
downloadhdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.zip
hdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.tar.gz
hdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.tar.bz2
Merge pull request #2527 in HDFFV/hdf5 from trim_whitespace to develop
* commit '9e5dbf69062d4d2cb40ba8f68edb355477fc9b67': Trim trailing whitespace
Diffstat (limited to 'tools/lib/h5trav.h')
-rw-r--r--tools/lib/h5trav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5trav.h b/tools/lib/h5trav.h
index 88473ad..affdf99 100644
--- a/tools/lib/h5trav.h
+++ b/tools/lib/h5trav.h
@@ -133,8 +133,8 @@ extern "C" {
*-------------------------------------------------------------------------
*/
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,
+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, unsigned fields);
H5TOOLS_DLL herr_t symlink_visit_add(symlink_trav_t *visited, H5L_type_t type, const char *file, const char *path);
H5TOOLS_DLL hbool_t symlink_is_visited(symlink_trav_t *visited, H5L_type_t type, const char *file, const char *path);