summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index fed1296..06a087c 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -72,9 +72,10 @@ typedef enum H5E_major_t {
H5E_STORAGE, /*data storage */
H5E_PLIST, /*Property lists */
H5E_ATTR, /*Attribute */
- H5E_PLINE, /*Data filters */
- H5E_EFL, /*External file list */
- H5E_RAGGED /*Ragged arrays */
+ H5E_PLINE, /*Data filters */
+ H5E_EFL, /*External file list */
+ H5E_RAGGED, /*Ragged arrays */
+ H5E_REFERENCE /*References */
} H5E_major_t;
/* Declare an enumerated type which holds all the valid minor HDF error codes */