diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index d44d7a14b..f9878bdc3 100644 --- a/g10/options.h +++ b/g10/options.h @@ -91,7 +91,11 @@ struct int def_cert_level; int min_cert_level; int ask_cert_level; - int no_version; + int emit_version; /* 0 = none, + 1 = major only, + 2 = major and minor, + 3 = full version, + 4 = full version plus OS string. */ int marginals_needed; int completes_needed; int max_cert_depth; |