diff options
author | Werner Koch <[email protected]> | 1999-06-08 11:41:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-06-08 11:41:46 +0000 |
commit | 40238d4b63b409d716d1e105c999725e8a7beedc (patch) | |
tree | 55ddfe3d43fa2704761ee3c5a54138101002d591 /g10/options.h | |
parent | See ChangeLog: Sat Jun 5 15:30:33 CEST 1999 Werner Koch (diff) | |
download | gnupg-40238d4b63b409d716d1e105c999725e8a7beedc.tar.gz gnupg-40238d4b63b409d716d1e105c999725e8a7beedc.zip |
See ChangeLog: Tue Jun 8 13:36:25 CEST 1999 Werner Koch
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 57265f9e4..ff477dfcf 100644 --- a/g10/options.h +++ b/g10/options.h @@ -39,6 +39,7 @@ struct { int answer_no; /* answer no on most questions */ int check_sigs; /* check key signatures */ int with_colons; + int with_key_data; int fingerprint; /* list fingerprints */ int list_sigs; /* list signatures */ int no_armor; |