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 67ccd9d62..d661366b7 100644 --- a/g10/options.h +++ b/g10/options.h @@ -50,7 +50,9 @@ struct int list_only; int textmode; int expert; + const char *def_sig_expire; int ask_sig_expire; + const char *def_cert_expire; int ask_cert_expire; int batch; /* run in batch mode */ int answer_yes; /* answer yes on most questions */ |