diff options
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index d64e3905e..faa39c7ff 100644 --- a/common/errors.h +++ b/common/errors.h @@ -63,6 +63,7 @@ enum { GNUPG_PIN_Entry_Error = 34, GNUPG_Bad_PIN = 35, GNUPG_Bad_Passphrase = 36, + GNUPG_Invalid_Name = 37, }; /* Status codes - fixme: should go into another file */ |