diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 12a1e2f73..a2868e493 100644 --- a/g10/options.h +++ b/g10/options.h @@ -1,5 +1,6 @@ /* options.h - * Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, + * 2003 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -181,6 +182,7 @@ struct { struct groupitem *grouplist; int strict; int mangle_dos_filenames; + int enable_progress_filter; } opt; |