diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-02-17 15:28:55 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-02-17 15:28:55 (GMT) |
commit | 232a032d54fb20304b9a2fd6961cfbc7fd3b6ff8 (patch) | |
tree | 72daea1679963fa787ef4d410e802cd7ea32761b /tools/h5tools.h | |
parent | 3c0df63acd58ca15bf9cc6774d7dba83f35a5f47 (diff) | |
download | hdf5-232a032d54fb20304b9a2fd6961cfbc7fd3b6ff8.zip hdf5-232a032d54fb20304b9a2fd6961cfbc7fd3b6ff8.tar.gz hdf5-232a032d54fb20304b9a2fd6961cfbc7fd3b6ff8.tar.bz2 |
[svn-r1969] fixed a bug with the objrefs. added a format string to the dump struct to
display the format for the obj refs.
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r-- | tools/h5tools.h | 4 |
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; |