diff options
author | David Shaw <[email protected]> | 2003-09-23 03:52:55 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-09-23 03:52:55 +0000 |
commit | b224756fbe317989f520a7c90d8b9ef09ed41e37 (patch) | |
tree | e029ef075a98e25b971ba6b7439855ff88ea0885 /g10/options.h | |
parent | 2003-09-21 Timo Schulz <[email protected]> (diff) | |
download | gnupg-b224756fbe317989f520a7c90d8b9ef09ed41e37.tar.gz gnupg-b224756fbe317989f520a7c90d8b9ef09ed41e37.zip |
* g10.c (main): Deprecate --default-comment in favor of --no-comments.
* options.h, g10.c (main), armor.c (armor_filter): Allow using --comment
multiple times to get multiple Comment: header lines. --no-comments resets
list.
Diffstat (limited to '')
-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 91855bab6..e9755d5d4 100644 --- a/g10/options.h +++ b/g10/options.h @@ -101,7 +101,7 @@ struct { unsigned int emulate_bugs; /* bug emulation flags EMUBUG_xxxx */ int shm_coprocess; const char *set_filename; - const char *comment_string; + STRLIST comments; int throw_keyid; const char *photo_viewer; int s2k_mode; |