diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/errors.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index c7442a681..733ca20db 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2006-02-14 Werner Koch <[email protected]> + + * errors.h (G10ERR_NO_DATA): New. + 2005-12-23 David Shaw <[email protected]> * util.h: Prototype get_cert(). diff --git a/include/errors.h b/include/errors.h index a42d402ef..177353b7e 100644 --- a/include/errors.h +++ b/include/errors.h @@ -78,6 +78,7 @@ #define G10ERR_KEYSERVER 55 #define G10ERR_CANCELED 56 #define G10ERR_NO_CARD 57 +#define G10ERR_NO_DATA 58 #ifndef HAVE_STRERROR char *strerror (int n); |