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 4fc35c159..c01bbd2a6 100644 --- a/g10/options.h +++ b/g10/options.h @@ -31,6 +31,7 @@ struct { int armor; int compress; char *outfile; + int dry_run; int textmode; int batch; /* run in batch mode */ int answer_yes; /* answer yes on most questions */ |