aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-04-15 15:46:13 +0000
committerWerner Koch <[email protected]>2003-04-15 15:46:13 +0000
commitb394776a80e2e192eeaf5de82b2df8660298a091 (patch)
tree93e71726d93f4ca7c1289ddb70f19c067b51519d /g10/options.h
parent* gpg.sgml: Document --enable-progress-filter. (diff)
downloadgnupg-b394776a80e2e192eeaf5de82b2df8660298a091.tar.gz
gnupg-b394776a80e2e192eeaf5de82b2df8660298a091.zip
* Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS.
* g10.c, options.h: New option --enable-progress-filter. * progress.c (handle_progress): Make use of it.
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h4
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;