diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/errors.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 19122ed72..29e3cba7a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2004-09-09 Werner Koch <[email protected]> + + * errors.h (G10ERR_NO_CARD, G10ERR_CANCELED): New error codes. + 2004-04-27 Werner Koch <[email protected]> * mpi.h: Renamed prototype parameter name to avoid gcc warnings. 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 ); |