aboutsummaryrefslogtreecommitdiffstats
path: root/common/status.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-08-06 20:12:00 +0000
committerWerner Koch <[email protected]>2009-08-06 20:12:00 +0000
commit019601191a250f5ec95ca871aa281ae836a1a34e (patch)
tree2d948f3e1fa834f262519853f5556bfe48f37209 /common/status.h
parentEnable readline support in --card-edit. (diff)
downloadgnupg-019601191a250f5ec95ca871aa281ae836a1a34e.tar.gz
gnupg-019601191a250f5ec95ca871aa281ae836a1a34e.zip
Improved detection of bad/invalid signer keys.
Diffstat (limited to 'common/status.h')
-rw-r--r--common/status.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/status.h b/common/status.h
index 50a11914a..a11f2a38c 100644
--- a/common/status.h
+++ b/common/status.h
@@ -91,7 +91,9 @@ enum
STATUS_USERID_HINT,
STATUS_UNEXPECTED,
STATUS_INV_RECP,
+ STATUS_INV_SGNR,
STATUS_NO_RECP,
+ STATUS_NO_SGNR,
STATUS_ALREADY_SIGNED,
STATUS_KEYEXPIRED,
@@ -127,6 +129,7 @@ enum
const char *get_status_string (int code);
+const char *get_inv_recpsgnr_code (gpg_error_t err);
#endif /*GNUPG_COMMON_STATUS_H*/