summaryrefslogtreecommitdiffstats
path: root/tools/h5tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r--tools/h5tools.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h
index e3e30a1..eb92dab 100644
--- a/tools/h5tools.h
+++ b/tools/h5tools.h
@@ -262,6 +262,10 @@ typedef struct h5dump_t {
int skip_first; /*used to skip the first set of checks for line length*/
+ int obj_hidefileno; /*flag used to hide or show the file number for obj refs*/
+ const char *obj_format; /*string used to format the output for the obje refs*/
+
+
} h5dump_t;