diff options
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r-- | src/H5Gpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h index d7b8c6c..586a50f 100644 --- a/src/H5Gpublic.h +++ b/src/H5Gpublic.h @@ -40,6 +40,7 @@ typedef enum H5G_link_t { #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 */ +#define H5G_NTYPES 4 /* THIS MUST BE LAST */ /* Information about an object */ typedef struct H5G_stat_t { |