diff options
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 682be53..ee228e2 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -112,7 +112,8 @@ typedef enum H5E_minor_t { H5E_CANTOPENOBJ, /*Can't open object */ H5E_COMPLEN, /*name component is too long */ H5E_CWG, /*problem with current working group */ - H5E_LINK /*link count failure */ + H5E_LINK, /*link count failure */ + H5E_SLINK /*symbolic link error */ } H5E_minor_t; /* Information about an error */ |