diff options
Diffstat (limited to 'g10/options.h')
-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 6c56553f8..cbcb33fed 100644 --- a/g10/options.h +++ b/g10/options.h @@ -45,6 +45,7 @@ struct { int dry_run; int list_only; int textmode; + int expert; int batch; /* run in batch mode */ int answer_yes; /* answer yes on most questions */ int answer_no; /* answer no on most questions */ |