diff options
Diffstat (limited to 'g10/trustdb.h')
-rw-r--r-- | g10/trustdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/trustdb.h b/g10/trustdb.h index 77aa79da6..45ecc56ab 100644 --- a/g10/trustdb.h +++ b/g10/trustdb.h @@ -117,6 +117,9 @@ void tdb_register_trusted_keyid (u32 *keyid); void tdb_register_trusted_key (const char *string); /* Returns whether KID is on the list of ultimately trusted keys. */ int tdb_keyid_is_utk (u32 *kid); +/* Return the list of ultimately trusted keys. The caller must not + * modify this list nor must it free the list. */ +struct key_item *tdb_utks (void); void check_trustdb (ctrl_t ctrl); void update_trustdb (ctrl_t ctrl); int setup_trustdb( int level, const char *dbname ); |