diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 391adc862..f7b3a8f7e 100644 --- a/g10/options.h +++ b/g10/options.h @@ -70,6 +70,7 @@ struct { int compress_algo; int compress_level; int bz2_compress_level; + int bz2_compress_lowmem; const char *def_secret_key; char *def_recipient; int def_recipient_self; |