diff options
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index 6a28edc5a..91a73efe6 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -54,6 +54,7 @@ struct trust_record { byte marginals; byte completes; byte cert_depth; + byte trust_model; ulong created; /* timestamp of trustdb creation */ ulong nextcheck; /* timestamp of next scheduled check */ ulong reserved; @@ -89,6 +90,7 @@ struct trust_record { typedef struct trust_record TRUSTREC; /*-- tdbio.c --*/ +int tdbio_update_version_record(void); int tdbio_set_dbname( const char *new_dbname, int create ); const char *tdbio_get_dbname(void); void tdbio_dump_record( TRUSTREC *rec, FILE *fp ); |