summaryrefslogtreecommitdiffstats
path: root/common/status.h
diff options
context:
space:
mode:
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*/