diff options
author | Werner Koch <[email protected]> | 2016-01-19 17:02:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-01-19 17:02:01 +0000 |
commit | b3bb6e2cc31208a198e74b42ca495c08ebb00fc4 (patch) | |
tree | c298576bdc1846a2cabdc7e61123e9ef86a1a7c8 /src/err-codes.h.in | |
parent | Add new lock-obj-pub for NIOS2. (diff) | |
download | libgpg-error-b3bb6e2cc31208a198e74b42ca495c08ebb00fc4.tar.gz libgpg-error-b3bb6e2cc31208a198e74b42ca495c08ebb00fc4.zip |
Add GPG_ERR_DB_CORRUPTED.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index d481145..887ea78 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -247,8 +247,8 @@ 212 GPG_ERR_SEXP_ODD_HEX_NUMBERS Odd hexadecimal numbers in S-expression 213 GPG_ERR_SEXP_BAD_OCT_CHAR Bad octal character in S-expression -# 214 to 218 are free to be used. - +# 214 to 217 are free to be used. +218 GPG_ERR_DB_CORRUPTED Database is corrupted 219 GPG_ERR_SERVER_FAILED Server indicated a failure 220 GPG_ERR_NO_NAME No name 221 GPG_ERR_NO_KEY No key |