aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-10-03 22:13:04 +0000
committerDavid Shaw <[email protected]>2002-10-03 22:13:04 +0000
commit8c48fbd0e29d883ecb886a023c683c944275e979 (patch)
treecea78bc8afadb1b15158e349dfc5bd5ee77641b8 /g10/options.h
parent* util.h: Add new log_warning logger command which can be switched between (diff)
downloadgnupg-8c48fbd0e29d883ecb886a023c683c944275e979.tar.gz
gnupg-8c48fbd0e29d883ecb886a023c683c944275e979.zip
* options.h, g10.c (main): Add --strict and --no-strict to switch the
log_warning severity level from info to error.
Diffstat (limited to '')
-rw-r--r--g10/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h
index f9301fdd3..6be587ab8 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -177,6 +177,7 @@ struct {
int no_homedir_creation;
int show_keyring;
struct groupitem *grouplist;
+ int strict;
} opt;