diff options
author | Werner Koch <[email protected]> | 1998-01-26 22:09:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-26 22:09:01 +0000 |
commit | b113394658bbaa292ca8f6e9c1c4382e2f4235cd (patch) | |
tree | 4ad41d5d7954c81676ae79d38679601b43273ec6 /g10/options.h | |
parent | rel 0.2.0 (diff) | |
download | gnupg-b113394658bbaa292ca8f6e9c1c4382e2f4235cd.tar.gz gnupg-b113394658bbaa292ca8f6e9c1c4382e2f4235cd.zip |
added initial i18n stuff
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index ed0cc6579..89388f14e 100644 --- a/g10/options.h +++ b/g10/options.h @@ -31,7 +31,7 @@ struct { int answer_yes; /* answer yes on most questions */ int answer_no; /* answer no on most questions */ int check_sigs; /* check key signatures */ - int cache_all; + int reserved1; int fingerprint; /* list fingerprints */ int list_sigs; /* list signatures */ int no_armor; |