diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-10 17:41:06 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-10 17:41:06 (GMT) |
commit | 40aa67003b0f8815808e17dc7b0568bf00632924 (patch) | |
tree | 12928729c9b4201ced6a4f3c87aa879fb5f65990 /tools/h5tools.h | |
parent | bcc9f5ad963b39ec3e87373a4cbdbf24855ed293 (diff) | |
download | hdf5-40aa67003b0f8815808e17dc7b0568bf00632924.zip hdf5-40aa67003b0f8815808e17dc7b0568bf00632924.tar.gz hdf5-40aa67003b0f8815808e17dc7b0568bf00632924.tar.bz2 |
[svn-r1324]
moved the ATTRIBUTE_DATA definition from h5dump.h to h5tools.h
also created a ENUM_DATA in th5tools.h
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; |