diff options
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 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; |