diff options
author | Werner Koch <[email protected]> | 2002-02-12 20:42:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-02-12 20:42:25 +0000 |
commit | 85d9e2e2124ccf43d35d1aac642379ad349929c8 (patch) | |
tree | 7473a2c1e19680265cd0953b55cd133213dd87fa /common/errors.h | |
parent | * assuan-buffer.c (writen,readline) [USE_GNU_PT]: Use pth_read/write. (diff) | |
download | gnupg-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.h | 8 |
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 */ |