diff options
author | Werner Koch <[email protected]> | 2017-02-19 12:08:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-02-19 12:08:47 +0000 |
commit | 3a2ee6df5911728938a2fb56237b08f790841a0c (patch) | |
tree | 197dbe9f2f13d06bc2c67bb20d5cc96951a83b13 /src/err-codes.h.in | |
parent | syscfg: Add a sh3 architecture. (diff) | |
download | libgpg-error-3a2ee6df5911728938a2fb56237b08f790841a0c.tar.gz libgpg-error-3a2ee6df5911728938a2fb56237b08f790841a0c.zip |
New error code GPG_ERR_INV_NAME.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 1c46948..2667d71 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -332,6 +332,7 @@ 310 GPG_ERR_INV_ORDER Invalid execution order 311 GPG_ERR_ALREADY_FETCHED Already fetched 312 GPG_ERR_TRY_LATER Try again later +313 GPG_ERR_WRONG_NAME Wrong name # This range is free for use. 666 GPG_ERR_SYSTEM_BUG System bug detected |