diff options
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |