summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-10 16:20:29 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-06-10 16:20:29 (GMT)
commitf4492a33c1bc1f794e5887fc76f3dc365d56d181 (patch)
treea853bcc5395605f430d5848824e08c19521cab3d /tools/h5ls
parent2a7d7e5121587291d551460275d3b8e1e8daee49 (diff)
downloadhdf5-f4492a33c1bc1f794e5887fc76f3dc365d56d181.zip
hdf5-f4492a33c1bc1f794e5887fc76f3dc365d56d181.tar.gz
hdf5-f4492a33c1bc1f794e5887fc76f3dc365d56d181.tar.bz2
[svn-r8643] Purpose:
h5dump new features Description: added the code for print strings with new line and display the path of references (new source files h5tools_ref.c and .h ) added a test suite in testh5dump.sh.in for ( note : to create testh5dump.sh , one must redo ./configure; this detects the availability of filters and generates testh5dump.sh accordingly) 1) storage layout 2) fill value 3) print reference with path 4) print strings with new lines 5) filters Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/h5ls')
-rw-r--r--tools/h5ls/h5ls.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c
index 58fb782..6fdb7ef 100644
--- a/tools/h5ls/h5ls.c
+++ b/tools/h5ls/h5ls.c
@@ -78,6 +78,11 @@ static herr_t list (hid_t group, const char *name, void *cd);
static void display_type(hid_t type, int ind);
static char *fix_name(const char *path, const char *base);
+hid_t thefile;
+char *prefix;
+char *progname;
+int d_status;
+
/*-------------------------------------------------------------------------
* Function: usage