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 474ee4d..baf18a4 100644
--- a/tools/h5tools.h
+++ b/tools/h5tools.h
@@ -251,7 +251,11 @@ typedef enum {
/*
taken from h5dump.h
*/
+
+#define ATTRIBUTE_DATA 0
#define DATASET_DATA 1
+#define ENUM_DATA 2
+
#define COL 3
extern int indent;