diff options
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/errors.h b/include/errors.h index 0dde0f9b5..38664e10c 100644 --- a/include/errors.h +++ b/include/errors.h @@ -75,7 +75,8 @@ #define G10ERR_UNU_PUBKEY 53 #define G10ERR_UNU_SECKEY 54 #define G10ERR_KEYSERVER 55 - +#define G10ERR_CANCELED 56 +#define G10ERR_NO_CARD 57 #ifndef HAVE_STRERROR char *strerror( int n ); |