diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 4f5457a4a..3e81044be 100644 --- a/g10/options.h +++ b/g10/options.h @@ -72,6 +72,7 @@ struct { int lock_once; const char *keyserver_name; int no_encrypt_to; + int interactive; } opt; |