diff options
Diffstat (limited to 'g10/trustdb.h')
-rw-r--r-- | g10/trustdb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/trustdb.h b/g10/trustdb.h index e2202f38f..0a9ce335a 100644 --- a/g10/trustdb.h +++ b/g10/trustdb.h @@ -1,6 +1,6 @@ /* trustdb.h - Trust database * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, - * 2005 Free Software Foundation, Inc. + * 2005, 2012 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -70,7 +70,8 @@ void enum_cert_paths_print( void **context, FILE *fp, int refresh, ulong selected_lid ); void read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck, - byte *marginals,byte *completes,byte *cert_depth); + byte *marginals,byte *completes,byte *cert_depth, + byte *min_cert_level); unsigned int get_ownertrust (PKT_public_key *pk); unsigned int get_min_ownertrust (PKT_public_key *pk); |