diff options
author | Werner Koch <[email protected]> | 2002-01-19 18:20:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-01-19 18:20:45 +0000 |
commit | 08e10cd52f02df47abbd811338a82bf77e36e5d7 (patch) | |
tree | 94a73340981132950e3a57aee0acf90396aa45c9 /common/errors.h | |
parent | * assuan-buffer.c (_assuan_read_line): Add output logging. (diff) | |
download | gnupg-08e10cd52f02df47abbd811338a82bf77e36e5d7.tar.gz gnupg-08e10cd52f02df47abbd811338a82bf77e36e5d7.zip |
More error codes and mappings
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index 33ccbba29..4ce89d0c8 100644 --- a/common/errors.h +++ b/common/errors.h @@ -76,6 +76,7 @@ enum { GNUPG_CRL_Too_Old = 47, GNUPG_Line_Too_Long = 48, GNUPG_Not_Trusted = 49, + GNUPG_Canceled = 50, }; /* Status codes - fixme: should go into another file */ |