diff options
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h index fcae69ec4..36aff5bd6 100644 --- a/include/errors.h +++ b/include/errors.h @@ -55,5 +55,8 @@ #define G10ERR_TRUSTDB 33 /* a problem with the trustdb */ #define G10ERR_BAD_CERT 34 /* bad certicate */ #define G10ERR_INV_USER_ID 35 +#define G10ERR_CLOSE_FILE 36 +#define G10ERR_RENAME_FILE 37 +#define G10ERR_DELETE_FILE 38 #endif /*G10_ERRORS_H*/ |