summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5trav.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/h5trav.h')
-rw-r--r--tools/lib/h5trav.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/lib/h5trav.h b/tools/lib/h5trav.h
index 15c82ca..1f826bb 100644
--- a/tools/lib/h5trav.h
+++ b/tools/lib/h5trav.h
@@ -17,6 +17,10 @@
#include "hdf5.h"
+#if 0
+#define H5_TRAV_DEBUG
+#endif
+
/*-------------------------------------------------------------------------
* public struct to store name and type of an object
@@ -73,6 +77,9 @@ extern "C" {
int h5trav_getinfo( hid_t file_id, trav_info_t *info );
int h5trav_getindex( const char *obj, int nobjs, trav_info_t *info );
void h5trav_freeinfo( trav_info_t *info, int nobjs );
+void h5trav_printinfo(int nobjs, trav_info_t *info);
+
+
#ifdef __cplusplus
}