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 4f4eca4bf..6b54a8708 100644 --- a/g10/options.h +++ b/g10/options.h @@ -104,6 +104,8 @@ struct { int keep_temp_files:1; STRLIST other; } keyserver_options; + int keyserver_disable; + int no_perm_warn; char *temp_dir; int no_encrypt_to; int interactive; |