aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-09-23 03:52:55 +0000
committerDavid Shaw <[email protected]>2003-09-23 03:52:55 +0000
commitb224756fbe317989f520a7c90d8b9ef09ed41e37 (patch)
treee029ef075a98e25b971ba6b7439855ff88ea0885 /g10/options.h
parent2003-09-21 Timo Schulz <[email protected]> (diff)
downloadgnupg-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.h2
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;