diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index f9be0623d..c12efc109 100644 --- a/g10/options.h +++ b/g10/options.h @@ -1,6 +1,6 @@ /* options.h - * Copyright (C) 1998, 1999, 2000, 2001, 2002, - * 2003 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, + * 2004 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -21,6 +21,7 @@ #ifndef G10_OPTIONS_H #define G10_OPTIONS_H +#include <sys/types.h> #include <types.h> #include "main.h" #include "packet.h" @@ -44,6 +45,7 @@ struct { int armor; int compress; char *outfile; + off_t max_output; int dry_run; int list_only; int textmode; @@ -73,6 +75,7 @@ struct { char *def_recipient; int def_recipient_self; int def_cert_check_level; + int min_cert_check_level; int sk_comments; int no_version; int marginals_needed; |