summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-10 17:41:06 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-10 17:41:06 (GMT)
commit40aa67003b0f8815808e17dc7b0568bf00632924 (patch)
tree12928729c9b4201ced6a4f3c87aa879fb5f65990 /tools
parentbcc9f5ad963b39ec3e87373a4cbdbf24855ed293 (diff)
downloadhdf5-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')
-rw-r--r--tools/h5dump.h1
-rw-r--r--tools/h5tools.h4
2 files changed, 4 insertions, 1 deletions
diff --git a/tools/h5dump.h b/tools/h5dump.h
index 4b1ed02..ff17ee5 100644
--- a/tools/h5dump.h
+++ b/tools/h5dump.h
@@ -29,7 +29,6 @@
#define BEGIN "{"
#define END "}"
-#define ATTRIBUTE_DATA 0
#define H5DUMP_MAX_RANK H5S_MAX_RANK
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;