diff options
author | Werner Koch <wk@gnupg.org> | 2002-02-28 12:07:59 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-02-28 12:07:59 +0100 |
commit | 56341c289cabffb7f468f7a3ee706626a9106a96 (patch) | |
tree | 41fdd684c4cfdd7a164f22ae3fc56ba061d19a6c /common/errors.h | |
parent | * assuan-client.c (assuan_transact): Add 2 more arguments to (diff) | |
download | gnupg2-56341c289cabffb7f468f7a3ee706626a9106a96.tar.xz gnupg2-56341c289cabffb7f468f7a3ee706626a9106a96.zip |
Changes needed to support smartcards. Well, only _support_. There is
no real code yet.
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 */ |