aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-02-12 20:42:25 +0000
committerWerner Koch <[email protected]>2002-02-12 20:42:25 +0000
commit85d9e2e2124ccf43d35d1aac642379ad349929c8 (patch)
tree7473a2c1e19680265cd0953b55cd133213dd87fa /common/errors.h
parent* assuan-buffer.c (writen,readline) [USE_GNU_PT]: Use pth_read/write. (diff)
downloadgnupg-85d9e2e2124ccf43d35d1aac642379ad349929c8.tar.gz
gnupg-85d9e2e2124ccf43d35d1aac642379ad349929c8.zip
* fopencookie.c: Dummy function.
* vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/common/errors.h b/common/errors.h
index 840405d8b..26cdb8646 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -84,7 +84,13 @@ enum {
GNUPG_Unknown_Sexp = 55,
GNUPG_Unsupported_Protection = 56,
GNUPG_Corrupted_Protection = 57,
- GNUPG_Ambiguous_Name = 58
+ GNUPG_Ambiguous_Name = 58,
+ GNUPG_Card_Error = 59,
+ GNUPG_Card_Reset = 60,
+ GNUPG_Card_Removed = 61,
+ GNUPG_Invalid_Card = 62,
+ GNUPG_Card_Not_Present = 63,
+ GNUPG_No_PKCS15_App = 64,
};
/* Status codes - fixme: should go into another file */