diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 4e3c28e5a..7d5976a46 100644 --- a/g10/options.h +++ b/g10/options.h @@ -75,6 +75,13 @@ struct { int completes_needed; int max_cert_depth; const char *homedir; + + char *display; /* 5 options to be passed to the gpg-agent */ + char *ttyname; + char *ttytype; + char *lc_ctype; + char *lc_messages; + int skip_verify; int compress_keys; int compress_sigs; |