summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump_ddl.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-08-12 21:58:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-08-12 21:58:31 (GMT)
commit5d0b400f690631f3ad5ce56070e1fca34ef5042b (patch)
tree09f978083b42ea431ab07c82bf1db6e5fd4016bf /tools/h5dump/h5dump_ddl.h
parenta3204d77e7e8f7b15b01a424ac1789e1f29ad210 (diff)
downloadhdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.zip
hdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.tar.gz
hdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.tar.bz2
[svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. New test added, scripts updated, help text updated.
Tested: local linux
Diffstat (limited to 'tools/h5dump/h5dump_ddl.h')
-rw-r--r--tools/h5dump/h5dump_ddl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump/h5dump_ddl.h b/tools/h5dump/h5dump_ddl.h
index c769194..4511f7b 100644
--- a/tools/h5dump/h5dump_ddl.h
+++ b/tools/h5dump/h5dump_ddl.h
@@ -37,6 +37,7 @@ void dump_fcontents(hid_t fid);
/* callback function used by H5Aiterate2() */
herr_t dump_attr_cb(hid_t loc_id, const char *attr_name, const H5A_info_t *info, void *_op_data);
+void handle_paths(hid_t fid, const char *path_name, void *data, int pe, const char *display_name);
void handle_datasets(hid_t fid, const char *dset, void *data, int pe, const char *display_name);
void handle_attributes(hid_t fid, const char *attr, void UNUSED * data, int UNUSED pe, const char UNUSED *display_name);
void handle_groups(hid_t fid, const char *group, void UNUSED *data, int pe, const char *display_name);