mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Print verbose instructions in case of a corrupted trustdb.
This commit is contained in:
parent
12fa2baa62
commit
5d310a8de7
6 changed files with 35 additions and 8 deletions
|
@ -111,6 +111,7 @@ ulong tdbio_new_recnum(void);
|
|||
int tdbio_search_trust_byfpr(const byte *fingerprint, TRUSTREC *rec );
|
||||
int tdbio_search_trust_bypk(PKT_public_key *pk, TRUSTREC *rec );
|
||||
|
||||
void tdbio_how_to_fix (void);
|
||||
void tdbio_invalid(void);
|
||||
|
||||
#endif /*G10_TDBIO_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue