diff options
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/filter.h b/g10/filter.h index 54a41523c..f746695b0 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -40,6 +40,8 @@ typedef struct { /* these fileds must be initialized to zero */ int no_openpgp_data; /* output flag: "No valid OpenPGP data found" */ + int key_failed_code; /* Error code from the first gpgkkeys_* + "KEY <keyid> FAILED <err>" line. */ /* the following fields must be initialized to zero */ int inp_checked; /* set if the input has been checked */ |