diff options
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index bd4503e..b6e340b 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -180,6 +180,14 @@ typedef struct H5O_compress_t { } H5O_compress_t; /* + * Attribute Message. + */ +#define H5O_ATTR_ID 0x000C +extern const H5O_class_t H5O_ATTR[1]; + +/* operates on an H5A_t struct */ + +/* * Object name message. */ #define H5O_NAME_ID 0x000d |