summaryrefslogtreecommitdiffstats
path: root/src/H5Gpublic.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-08-14 21:05:16 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-08-14 21:05:16 (GMT)
commit25b825965ed5910a3d0c7b98db3bc183e57a499a (patch)
treeddebdb78d0c226d3891bc8428e048bb8768bca97 /src/H5Gpublic.h
parenta7e57b27793e548d7c0cf374f0b986f06e2cce13 (diff)
downloadhdf5-25b825965ed5910a3d0c7b98db3bc183e57a499a.zip
hdf5-25b825965ed5910a3d0c7b98db3bc183e57a499a.tar.gz
hdf5-25b825965ed5910a3d0c7b98db3bc183e57a499a.tar.bz2
[svn-r594] Changes since 19980813
---------------------- ./src/H5G.c ./src/H5Gpublic.h ./test/links.c Fixed a bug in H5Gstat() that caused the wrong information to be returned sometimes. Added check for named data types. ./test/extend.c ./test/links.c ./test/mtime.c Added `all tests passed' messages.
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r--src/H5Gpublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h
index f4de521..d7b8c6c 100644
--- a/src/H5Gpublic.h
+++ b/src/H5Gpublic.h
@@ -39,6 +39,7 @@ typedef enum H5G_link_t {
#define H5G_LINK 0 /* Object is a symbolic link */
#define H5G_GROUP 1 /* Object is a group */
#define H5G_DATASET 2 /* Object is a dataset */
+#define H5G_TYPE 3 /* Object is a named data type */
/* Information about an object */
typedef struct H5G_stat_t {