summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-10-13 21:28:53 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-10-13 21:28:53 (GMT)
commit5389806ce86337bad48fe293b4faabd8c8c61b53 (patch)
tree0cb9dbd4c8abe67fdc7db50191ba9551bb69dd6b /src/H5Epublic.h
parent6fd7f81615780776b3e78860e9f386ac55994db9 (diff)
downloadhdf5-5389806ce86337bad48fe293b4faabd8c8c61b53.zip
hdf5-5389806ce86337bad48fe293b4faabd8c8c61b53.tar.gz
hdf5-5389806ce86337bad48fe293b4faabd8c8c61b53.tar.bz2
[svn-r757] Added code for object references.
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 */