diff options
Diffstat (limited to 'g10/options.h')
-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 be7394e35..fac05b6ed 100644 --- a/g10/options.h +++ b/g10/options.h @@ -90,6 +90,8 @@ struct char *ttytype; char *lc_ctype; char *lc_messages; + char *xauthority; + char *pinentry_user_data; int skip_verify; int compress_keys; |