diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index ff477dfcf..e03bd00cc 100644 --- a/g10/options.h +++ b/g10/options.h @@ -50,6 +50,8 @@ struct { int def_digest_algo; int def_compress_algo; const char *def_secret_key; + char *def_recipient; + int def_recipient_self; int no_comment; int no_version; int marginals_needed; |