summaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-02-28 12:07:59 +0100
committerWerner Koch <wk@gnupg.org>2002-02-28 12:07:59 +0100
commit56341c289cabffb7f468f7a3ee706626a9106a96 (patch)
tree41fdd684c4cfdd7a164f22ae3fc56ba061d19a6c /common/errors.h
parent* assuan-client.c (assuan_transact): Add 2 more arguments to (diff)
downloadgnupg2-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.h5
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 */