summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 09e5af2..607bbf2 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -101,7 +101,9 @@ typedef enum H5E_major_t {
H5E_REFERENCE, /*References */
H5E_VFL, /*Virtual File Layer */
H5E_TBBT, /*Threaded, Balanced, Binary Trees */
- H5E_FPHDF5 /*Flexible Parallel HDF5 */
+ H5E_FPHDF5, /*Flexible Parallel HDF5 */
+ H5E_TST, /*Ternary Search Trees */
+ H5E_RS /*Reference Counted Strings */
} H5E_major_t;
/* Declare an enumerated type which holds all the valid minor HDF error codes */