diff options
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index 39e8cba52..dd6e9d367 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -90,7 +90,7 @@ typedef struct trust_record TRUSTREC; /*-- tdbio.c --*/ int tdbio_update_version_record(void); -int tdbio_set_dbname( const char *new_dbname, int create ); +int tdbio_set_dbname( const char *new_dbname, int create, int *r_nofile); const char *tdbio_get_dbname(void); void tdbio_dump_record( TRUSTREC *rec, FILE *fp ); int tdbio_read_record( ulong recnum, TRUSTREC *rec, int expected ); |