diff options
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index 42842afe7..a8389f88d 100644 --- a/common/errors.h +++ b/common/errors.h @@ -94,6 +94,11 @@ enum { GNUPG_Not_Confirmed = 65, GNUPG_Configuration_Error = 66, GNUPG_No_Policy_Match = 67, + GNUPG_Invalid_Index = 68, + GNUPG_Invalid_Id = 69, + GNUPG_No_Scdaemon = 70, + GNUPG_Scdaemon_Error = 71, + GNUPG_Unsupported_Protocol = 72, }; /* Status codes - fixme: should go into another file */ |