diff options
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 607fd95..e7877fb 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -92,6 +92,7 @@ typedef enum H5E_minor_t { /* Resource errors */ H5E_NOSPACE, /*no space available for allocation */ H5E_CANTCOPY, /*unable to copy object */ + H5E_CANTFREE, /*unable to free object */ /* File accessability errors */ H5E_FILEEXISTS, /*file already exists */ |